/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_test.cc | 71 TEST(StopTheWorld, SuspendThreadsSimple) { in TEST() argument 80 StopTheWorld(&Callback, &argument); in TEST() 164 TEST(StopTheWorld, SuspendThreadsAdvanced) { in TEST() argument 177 StopTheWorld(&AdvancedCallback, &argument); in TEST() 197 TEST(StopTheWorld, SegvInCallback) { in TEST() argument 199 StopTheWorld(&SegvCallback, NULL); in TEST()
|
D | sanitizer_stoptheworld_testlib.cc | 42 StopTheWorld(Callback, NULL); in SuspenderThread()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_test.cpp | 70 TEST(StopTheWorld, SuspendThreadsSimple) { in TEST() argument 79 StopTheWorld(&Callback, &argument); in TEST() 163 TEST(StopTheWorld, SuspendThreadsAdvanced) { in TEST() argument 176 StopTheWorld(&AdvancedCallback, &argument); in TEST() 196 TEST(StopTheWorld, SegvInCallback) { in TEST() argument 198 StopTheWorld(&SegvCallback, NULL); in TEST()
|
D | sanitizer_stoptheworld_testlib.cpp | 41 StopTheWorld(Callback, NULL); in SuspenderThread()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_fuchsia.cpp | 27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
D | sanitizer_stoptheworld.h | 61 void StopTheWorld(StopTheWorldCallback callback, void *argument);
|
D | sanitizer_stoptheworld_mac.cpp | 82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 270 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
D | sanitizer_stoptheworld_linux_libcdep.cpp | 394 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld.h | 65 void StopTheWorld(StopTheWorldCallback callback, void *argument);
|
D | sanitizer_stoptheworld_linux_libcdep.cc | 371 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
/external/compiler-rt/lib/asan/ |
D | asan_memory_profile.cc | 96 __sanitizer::StopTheWorld(__asan::MemoryProfileCB, (void*)top_percent); in __sanitizer_print_memory_profile()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cpp | 128 StopTheWorld(param->callback, param->argument); in LockStuffAndStopTheWorldCallback()
|
D | lsan_common_mac.cpp | 200 StopTheWorld(callback, argument); in LockStuffAndStopTheWorld()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_memory_profile.cpp | 126 __sanitizer::StopTheWorld(__asan::MemoryProfileCB, Arg); in __sanitizer_print_memory_profile()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 167 StopTheWorld(param->callback, param->argument); in DoStopTheWorldCallback()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 138 StopTheWorld(FlushShadowMemoryCallback, 0); in FlushShadowMemory()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cpp | 154 StopTheWorld(FlushShadowMemoryCallback, 0); in FlushShadowMemory()
|