Searched refs:StopTheWorld (Results 1 – 6 of 6) sorted by relevance
/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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld.h | 65 void StopTheWorld(StopTheWorldCallback callback, void *argument);
|
D | sanitizer_stoptheworld_linux_libcdep.cc | 367 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 160 StopTheWorld(param->callback, param->argument); in DoStopTheWorldCallback()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 130 StopTheWorld(FlushShadowMemoryCallback, 0); in FlushShadowMemory()
|