HomeSort by relevance Sort by last modified time
    Searched refs:StopTheWorld (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 9 // Dynamic library to test StopTheWorld functionality.
42 StopTheWorld(Callback, NULL);
sanitizer_stoptheworld_test.cc 71 TEST(StopTheWorld, SuspendThreadsSimple) {
80 StopTheWorld(&Callback, &argument);
91 // StopTheWorld in parallel.
164 TEST(StopTheWorld, SuspendThreadsAdvanced) {
177 StopTheWorld(&AdvancedCallback, &argument);
197 TEST(StopTheWorld, SegvInCallback) {
199 StopTheWorld(&SegvCallback, NULL);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 10 // Defines the StopTheWorld function which suspends the execution of the current
65 void StopTheWorld(StopTheWorldCallback callback, void *argument);
sanitizer_stoptheworld_linux_libcdep.cc 66 // supplied to StopTheWorld() is run in the tracer task while the threads are
371 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
  /external/compiler-rt/lib/asan/
asan_memory_profile.cc 96 __sanitizer::StopTheWorld(__asan::MemoryProfileCB, (void*)top_percent);
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 167 StopTheWorld(param->callback, param->argument);
177 // in the tracer. The solution is to run stoptheworld from a dl_iterate_phdr()
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 138 StopTheWorld(FlushShadowMemoryCallback, 0);

Completed in 217 milliseconds