Searched refs:get_thread_out_of_syscall (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_scheduler.h49 extern void VG_(get_thread_out_of_syscall)(ThreadId tid);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c317 void VG_(get_thread_out_of_syscall)(ThreadId tid) function
325 "get_thread_out_of_syscall zaps tid %d lwp %d\n",
1303 VG_(get_thread_out_of_syscall)(tid);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c199 VG_(get_thread_out_of_syscall)( tid );
H A Dsyswrap-generic.c3377 VG_(get_thread_out_of_syscall)(tid);
H A Dsyswrap-linux.c607 VG_(get_thread_out_of_syscall)(t); /* unblock it, if blocked */
H A Dsyswrap-darwin.c1533 VG_(get_thread_out_of_syscall)(t); /* unblock it, if blocked */

Completed in 123 milliseconds