Searched defs:StopTheWorld (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stoptheworld_test.cc | 71 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/ |
D | sanitizer_stoptheworld_test.cpp | 70 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/ |
D | sanitizer_stoptheworld_fuchsia.cpp | 27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
D | sanitizer_stoptheworld_mac.cpp | 82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 270 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
D | sanitizer_stoptheworld_linux_libcdep.cpp | 394 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 371 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
|