Home
last modified time | relevance | path

Searched defs:ScopedSyscall (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc2393 struct ScopedSyscall { struct
2396 explicit ScopedSyscall(ThreadState *thr) in ScopedSyscall() argument
2401 ~ScopedSyscall() { in ~ScopedSyscall() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc2435 struct ScopedSyscall { struct
2438 explicit ScopedSyscall(ThreadState *thr) in ScopedSyscall() function
2443 ~ScopedSyscall() { in ~ScopedSyscall() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp2527 struct ScopedSyscall { struct
2530 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() argument
2532 ~ScopedSyscall() { in ~ScopedSyscall() argument