Searched refs:ScopedSyscall (Results 1 – 1 of 1) sorted by relevance
2713 ScopedSyscall scoped_syscall(thr)2715 struct ScopedSyscall { struct2718 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() function2720 ~ScopedSyscall() { in ~ScopedSyscall() argument