Home
last modified time | relevance | path

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

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