Searched refs:suspended_threads_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h52 const SuspendedThreadsList &suspended_threads_list,
H A Dsanitizer_stoptheworld_mac.cpp55 SuspendedThreadsListMac suspended_threads_list; local
70 suspended_threads_list.Append(threads[i]);
73 run_args->callback(suspended_threads_list, run_args->argument);
75 uptr num_suspended = suspended_threads_list.ThreadCount();
77 thread_resume(suspended_threads_list.GetThread(i));
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp85 SuspendedThreadsListNetBSD &suspended_threads_list() { function in class:__sanitizer::ThreadSuspender
221 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(),
H A Dsanitizer_stoptheworld_linux_libcdep.cpp128 SuspendedThreadsListLinux &suspended_threads_list() { function in class:__sanitizer::ThreadSuspender
320 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(),
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp103 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp147 const SuspendedThreadsList &suspended_threads_list,
146 FlushShadowMemoryCallback( const SuspendedThreadsList &suspended_threads_list, void *argument) argument

Completed in 112 milliseconds