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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cc34 void Callback(const SuspendedThreadsList &suspended_threads_list, argument
H A Dsanitizer_stoptheworld_test.cc55 void Callback(const SuspendedThreadsList &suspended_threads_list, argument
142 void AdvancedCallback(const SuspendedThreadsList &suspended_threads_list, argument
192 static void SegvCallback(const SuspendedThreadsList &suspended_threads_list, argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h53 const SuspendedThreadsList &suspended_threads_list,
H A Dsanitizer_stoptheworld_mac.cc56 SuspendedThreadsListMac suspended_threads_list; local
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));
H A Dsanitizer_stoptheworld_linux_libcdep.cc129 SuspendedThreadsListLinux &suspended_threads_list() { function in class:__sanitizer::ThreadSuspender
320 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(),
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld.h51 const SuspendedThreadsList &suspended_threads_list,
H A Dsanitizer_stoptheworld_mac.cc54 SuspendedThreadsListMac suspended_threads_list; local
69 suspended_threads_list.Append(threads[i]);
72 run_args->callback(suspended_threads_list, run_args->argument);
74 uptr num_suspended = suspended_threads_list.ThreadCount();
76 thread_resume(suspended_threads_list.GetThread(i));
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc85 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.cc143 SuspendedThreadsListLinux &suspended_threads_list() { function in class:__sanitizer::ThreadSuspender
336 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(),
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld.h53 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(),
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_memory_profile.cc104 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc102 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_memory_profile.cpp103 static void MemoryProfileCB(const SuspendedThreadsList &suspended_threads_list, argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_linux.cc135 const SuspendedThreadsList &suspended_threads_list,
134 FlushShadowMemoryCallback( const SuspendedThreadsList &suspended_threads_list, void *argument) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cc133 const SuspendedThreadsList &suspended_threads_list,
132 FlushShadowMemoryCallback( const SuspendedThreadsList &suspended_threads_list, void *argument) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cpp151 const SuspendedThreadsList &suspended_threads_list,
150 FlushShadowMemoryCallback( const SuspendedThreadsList &suspended_threads_list, void *argument) argument

Completed in 381 milliseconds