HomeSort by: relevance | last modified time | path
    Searched defs:suspended_threads_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc 56 SuspendedThreadsListMac suspended_threads_list; local in function:__sanitizer::RunThread
71 suspended_threads_list.Append(threads[i]);
74 run_args->callback(suspended_threads_list, run_args->argument);
76 uptr num_suspended = suspended_threads_list.ThreadCount();
78 thread_resume(suspended_threads_list.GetThread(i));
sanitizer_stoptheworld_linux_libcdep.cc 129 SuspendedThreadsListLinux &suspended_threads_list() { function in class:__sanitizer::ThreadSuspender
320 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(),

Completed in 12 milliseconds