Home
last modified time | relevance | path

Searched refs:StopTheWorld (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cc71 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()
Dsanitizer_stoptheworld_testlib.cc42 StopTheWorld(Callback, NULL); in SuspenderThread()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h65 void StopTheWorld(StopTheWorldCallback callback, void *argument);
Dsanitizer_stoptheworld_linux_libcdep.cc367 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc160 StopTheWorld(param->callback, param->argument); in DoStopTheWorldCallback()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc130 StopTheWorld(FlushShadowMemoryCallback, 0); in FlushShadowMemory()