Searched refs:ScopedSetTracerPID (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.cpp259 struct ScopedSetTracerPID { struct in namespace:__sanitizer
260 explicit ScopedSetTracerPID(uptr tracer_pid) { function in struct:__sanitizer::ScopedSetTracerPID
264 ~ScopedSetTracerPID() {
296 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid);
H A Dsanitizer_stoptheworld_linux_libcdep.cpp383 struct ScopedSetTracerPID { struct in namespace:__sanitizer
384 explicit ScopedSetTracerPID(uptr tracer_pid) { function in struct:__sanitizer::ScopedSetTracerPID
388 ~ScopedSetTracerPID() {
442 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid);

Completed in 195 milliseconds