Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:client_syscall

98 /* The main function is VG_(client_syscall).  The simulation calls it
103 arcane. See big big comment in VG_(client_syscall).
1258 void VG_(client_syscall) ( ThreadId tid, UInt trc )
1531 VG_(release_BigLock)(tid, VgTs_WaitSys, "VG_(client_syscall)[async]");
1557 VG_(acquire_BigLock)(tid, "VG_(client_syscall)[async]");
1633 precisely as at the end of VG_(client_syscall), that is:
1641 VG_(client_syscall), and the unusual way, from
1755 kernel in VG_(client_syscall) above, either by calling
2091 the machinery for a syscall by calling VG_(client_syscall).