Home
last modified time | relevance | path

Searched refs:StopTheWorld (Results 1 – 7 of 7) 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.cc371 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc96 __sanitizer::StopTheWorld(__asan::MemoryProfileCB, (void*)top_percent); in __sanitizer_print_memory_profile()
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc167 StopTheWorld(param->callback, param->argument); in DoStopTheWorldCallback()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc138 StopTheWorld(FlushShadowMemoryCallback, 0); in FlushShadowMemory()