HomeSort by relevance Sort by last modified time
    Searched full:thread_suspender_instance (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 178 static ThreadSuspender *thread_suspender_instance = NULL; member in namespace:__sanitizer
196 if (thread_suspender_instance != NULL) {
198 thread_suspender_instance->KillAllThreads();
200 thread_suspender_instance->ResumeAllThreads();
219 thread_suspender_instance = &thread_suspender;
251 thread_suspender_instance = NULL;

Completed in 50 milliseconds