Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp259 struct ScopedSetTracerPID { struct
260 explicit ScopedSetTracerPID(uptr tracer_pid) { in ScopedSetTracerPID() argument
264 ~ScopedSetTracerPID() { in ~ScopedSetTracerPID() argument
296 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid); in StopTheWorld()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp384 struct ScopedSetTracerPID { struct
385 explicit ScopedSetTracerPID(uptr tracer_pid) { in ScopedSetTracerPID() argument
389 ~ScopedSetTracerPID() { in ~ScopedSetTracerPID() argument
443 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid); in StopTheWorld()