Home
last modified time | relevance | path

Searched defs: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
164 TEST(StopTheWorld, SuspendThreadsAdvanced) { in TEST() argument
197 TEST(StopTheWorld, SegvInCallback) { in TEST() argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_test.cpp70 TEST(StopTheWorld, SuspendThreadsSimple) { in TEST() argument
163 TEST(StopTheWorld, SuspendThreadsAdvanced) { in TEST() argument
196 TEST(StopTheWorld, SegvInCallback) { in TEST() argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_fuchsia.cpp27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
Dsanitizer_stoptheworld_mac.cpp82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
Dsanitizer_stoptheworld_netbsd_libcdep.cpp270 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
Dsanitizer_stoptheworld_linux_libcdep.cpp394 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc371 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function