Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2623 ScopedSyscall scoped_syscall(thr)
2625 struct ScopedSyscall { struct
2628 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() argument
2630 ~ScopedSyscall() { in ~ScopedSyscall() argument