Home
last modified time | relevance | path

Searched refs:TestFunc1 (Results 1 - 15 of 15) sorted by relevance

/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
H A Dunwind_remote_benchmark.cpp59 NOINLINE static void TestFunc1(void (*func)(void*)) in TestFunc1() function
106 TestFunc1(nullptr); in Run()
149 TestFunc1(nullptr); in RunCache()
H A Dunwind_local_benchmark.cpp52 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 Ddump_catcher_demo.h29 int TestFunc1(void);
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp73 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 Dunwind_remote_benchmark.cpp69 NOINLINE static void TestFunc1(void (*func)(void*), void* data) in TestFunc1() function
125 TestFunc1(nullptr, nullptr); in Run()
H A Dunwind_local_benchmark.cpp65 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 Dmultithread_constructor.h38 int TestFunc1(void);
H A Dmultithread_constructor.c31 TestFunc1(); in CreateThread()
/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h59 int TestFunc1(void);
H A Ddfx_crasher.c145 return TestFunc1(); in MaxStackDepth()
256 return TestFunc1(); in StackOver64()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwindstack/
H A Dunwind_local_benchmark.cpp64 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 Dunwind_remote_benchmark.cpp69 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 Ddfx_crasher.h91 int TestFunc1(void);
H A Ddfx_crasher.cpp324 return TestFunc1(); in MaxStackDepth()
443 return TestFunc1(); in StackOver64()
507 TestFunc1(); in DoDumpCrash()
/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp1325 NOINLINE int TestFunc1(std::atomic_int* tid, std::atomic_bool* done) in TestFunc1() function
1343 TestFunc1(&otherTid, &done); in HWTEST_F()

Completed in 9 milliseconds