Searched refs:ScopedSyscall (Results 1 – 1 of 1) sorted by relevance
2634 ScopedSyscall scoped_syscall(thr)2636 struct ScopedSyscall { struct2639 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() function2641 ~ScopedSyscall() { in ~ScopedSyscall() argument