Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc356 struct ScopedSetTracerPID { struct
357 explicit ScopedSetTracerPID(uptr tracer_pid) { in ScopedSetTracerPID() argument
361 ~ScopedSetTracerPID() { in ~ScopedSetTracerPID() argument
415 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid); in StopTheWorld()