Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2646 struct ScopedSyscall { struct
2649 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() function
2651 ~ScopedSyscall() { in ~ScopedSyscall() argument