Searched refs:tracer_thread_argument (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp181 TracerThreadArgument *tracer_thread_argument = local
185 if (internal_getppid() != tracer_thread_argument->parent_pid)
189 tracer_thread_argument->mutex.Lock();
190 tracer_thread_argument->mutex.Unlock();
194 ThreadSuspender thread_suspender(internal_getppid(), tracer_thread_argument); local
221 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(),
222 tracer_thread_argument->callback_argument);
228 atomic_store(&tracer_thread_argument->done, 1, memory_order_relaxed);
272 struct TracerThreadArgument tracer_thread_argument; local
273 tracer_thread_argument
[all...]
H A Dsanitizer_stoptheworld_linux_libcdep.cpp279 TracerThreadArgument *tracer_thread_argument = local
284 if (internal_getppid() != tracer_thread_argument->parent_pid)
288 tracer_thread_argument->mutex.Lock();
289 tracer_thread_argument->mutex.Unlock();
293 ThreadSuspender thread_suspender(internal_getppid(), tracer_thread_argument); local
320 tracer_thread_argument->callback(thread_suspender.suspended_threads_list(),
321 tracer_thread_argument->callback_argument);
327 atomic_store(&tracer_thread_argument->done, 1, memory_order_relaxed);
397 struct TracerThreadArgument tracer_thread_argument; local
398 tracer_thread_argument
[all...]

Completed in 157 milliseconds