Home
last modified time | relevance | path

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

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