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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1546 VG_(post_syscall). Once that's done, control drops back
1627 VG_(post_syscall)(tid);
1645 void VG_(post_syscall) (ThreadId tid) function
1761 eventually return and so control is passed to VG_(post_syscall).
1771 VG_(post_syscall) too.
1988 This will also call VG_(post_syscall) if the syscall has actually
1990 actually finished). It will not call VG_(post_syscall) if the
2124 VG_(post_syscall)(tid);
2140 VG_(post_syscall)(tid);
2153 VG_(post_syscall)(ti
[all...]

Completed in 34 milliseconds