Searched defs:ScopedSyscall (Results 1 – 3 of 3) sorted by relevance
2393 struct ScopedSyscall { struct2396 explicit ScopedSyscall(ThreadState *thr) in ScopedSyscall() argument2401 ~ScopedSyscall() { in ~ScopedSyscall() argument
2435 struct ScopedSyscall { struct2438 explicit ScopedSyscall(ThreadState *thr) in ScopedSyscall() function2443 ~ScopedSyscall() { in ~ScopedSyscall() argument
2527 struct ScopedSyscall { struct2530 explicit ScopedSyscall(ThreadState *thr) : thr(thr) { LazyInitialize(thr); } in ScopedSyscall() argument2532 ~ScopedSyscall() { in ~ScopedSyscall() argument