Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp181 TracerThreadArgument *tracer_thread_argument = in TracerThread() local
189 tracer_thread_argument->mutex.Lock(); in TracerThread()
190 tracer_thread_argument->mutex.Unlock(); in TracerThread()
272 struct TracerThreadArgument tracer_thread_argument; in StopTheWorld() local
273 tracer_thread_argument.callback = callback; in StopTheWorld()
274 tracer_thread_argument.callback_argument = argument; in StopTheWorld()
275 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
280 tracer_thread_argument.mutex.Lock(); in StopTheWorld()
289 &tracer_thread_argument); in StopTheWorld()
294 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
[all …]
H A Dsanitizer_stoptheworld_linux_libcdep.cpp279 TracerThreadArgument *tracer_thread_argument = in TracerThread() local
288 tracer_thread_argument->mutex.Lock(); in TracerThread()
289 tracer_thread_argument->mutex.Unlock(); in TracerThread()
397 struct TracerThreadArgument tracer_thread_argument; in StopTheWorld() local
398 tracer_thread_argument.callback = callback; in StopTheWorld()
399 tracer_thread_argument.callback_argument = argument; in StopTheWorld()
400 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
406 tracer_thread_argument.mutex.Lock(); in StopTheWorld()
434 &tracer_thread_argument, nullptr /* parent_tidptr */, in StopTheWorld()
440 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
[all …]