Searched defs:client_syscall (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c104 /* The main function is VG_(client_syscall). The simulation calls it
109 arcane. See big big comment in VG_(client_syscall).
1271 void VG_(client_syscall) ( ThreadId tid, UInt trc ) function
1552 VG_(release_BigLock)(tid, VgTs_WaitSys, "VG_(client_syscall)[async]");
1578 VG_(acquire_BigLock)(tid, "VG_(client_syscall)[async]");
1654 precisely as at the end of VG_(client_syscall), that is:
1662 VG_(client_syscall), and the unusual way, from
1776 kernel in VG_(client_syscall) above, either by calling
2137 the machinery for a syscall by calling VG_(client_syscall).

Completed in 83 milliseconds