Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2713 ScopedSyscall scoped_syscall(thr)
2715 struct ScopedSyscall { struct
2718 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() function
2720 ~ScopedSyscall() { in ~ScopedSyscall() argument