Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cc70 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()
Dsanitizer_stoptheworld_testlib.cc41 StopTheWorld(Callback, NULL); in SuspenderThread()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h64 void StopTheWorld(StopTheWorldCallback callback, void *argument);
Dsanitizer_stoptheworld_linux.cc252 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function