HomeSort by relevance Sort by last modified time
    Searched refs:get_thread_out_of_syscall (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/
pub_core_scheduler.h 49 extern void VG_(get_thread_out_of_syscall)(ThreadId tid);
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 346 void VG_(get_thread_out_of_syscall)(ThreadId tid) function
354 "get_thread_out_of_syscall zaps tid %d lwp %d\n",
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 199 VG_(get_thread_out_of_syscall)( tid );
    [all...]
syswrap-generic.c     [all...]
syswrap-linux.c 659 VG_(get_thread_out_of_syscall)(t); /* unblock it, if blocked */
    [all...]
syswrap-darwin.c     [all...]

Completed in 89 milliseconds