Searched refs:ScopedSyscall (Results 1 – 1 of 1) sorted by relevance
2623 ScopedSyscall scoped_syscall(thr)2625 struct ScopedSyscall { struct2628 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() argument2630 ~ScopedSyscall() { in ~ScopedSyscall() argument