Searched refs:TestFunc1 (Results 1 - 15 of 15) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/ |
H A D | unwind_remote_benchmark.cpp | 59 NOINLINE static void TestFunc1(void (*func)(void*))
in TestFunc1() function 106 TestFunc1(nullptr);
in Run() 149 TestFunc1(nullptr);
in RunCache()
|
H A D | unwind_local_benchmark.cpp | 52 NOINLINE static size_t TestFunc1(size_t (*func)(void))
in TestFunc1() function 86 if (TestFunc1(func) < TEST_MIN_UNWIND_FRAMES) {
in Run()
|
/base/hiviewdfx/faultloggerd/example/ |
H A D | dump_catcher_demo.h | 29 int TestFunc1(void);
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_tid_benchmark.cpp | 73 NOINLINE int TestFunc1(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc1() function 90 std::thread th([&tid, &done] { TestFunc1(&tid, &done); });
in BenchmarkUnwinderLocalWithTid()
|
H A D | unwind_remote_benchmark.cpp | 69 NOINLINE static void TestFunc1(void (*func)(void*), void* data)
in TestFunc1() function 125 TestFunc1(nullptr, nullptr);
in Run()
|
H A D | unwind_local_benchmark.cpp | 65 NOINLINE static size_t TestFunc1(size_t (*func)(void*), void* data)
in TestFunc1() function 195 if (TestFunc1(func, data) < TEST_MIN_UNWIND_FRAMES) {
in Run()
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | multithread_constructor.h | 38 int TestFunc1(void);
|
H A D | multithread_constructor.c | 31 TestFunc1(); in CreateThread()
|
/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
H A D | dfx_crasher.h | 59 int TestFunc1(void);
|
H A D | dfx_crasher.c | 145 return TestFunc1(); in MaxStackDepth() 256 return TestFunc1(); in StackOver64()
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/ |
H A D | unwind_local_benchmark.cpp | 64 NOINLINE static size_t TestFunc1(size_t (*func)(void*), void* data)
in TestFunc1() function 95 if (TestFunc1(func, data) < TEST_MIN_UNWIND_FRAMES) {
in Run()
|
H A D | unwind_remote_benchmark.cpp | 69 NOINLINE static void TestFunc1(void (*func)(void*), volatile bool* ready)
in TestFunc1() function 93 TestFunc1(nullptr, &ready);
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.h | 91 int TestFunc1(void);
|
H A D | dfx_crasher.cpp | 324 return TestFunc1(); in MaxStackDepth() 443 return TestFunc1(); in StackOver64() 507 TestFunc1(); in DoDumpCrash()
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 1325 NOINLINE int TestFunc1(std::atomic_int* tid, std::atomic_bool* done) in TestFunc1() function 1343 TestFunc1(&otherTid, &done); in HWTEST_F()
|
Completed in 8 milliseconds