Home
last modified time | relevance | path

Searched defs:StopTheWorld (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cc71 TEST(StopTheWorld, SuspendThreadsSimple) { in TEST() argument
164 TEST(StopTheWorld, SuspendThreadsAdvanced) { in TEST() argument
197 TEST(StopTheWorld, SegvInCallback) { in TEST() argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc371 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function