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

  /external/valgrind/coregrind/
pub_core_scheduler.h 35 #include "pub_core_threadstate.h" // VgSchedReturnCode
56 VgSchedReturnCode reason );
92 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
pub_core_syswrap.h 81 (ThreadId,VgSchedReturnCode);
pub_core_threadstate.h 81 VgSchedReturnCode;
289 VgSchedReturnCode exitreason;
382 // Convert a VgSchedReturnCode to a string.
383 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode );
pub_core_gdbserver.h 35 #include "pub_core_threadstate.h" // VgSchedReturnCode
63 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode);
m_threadstate.c 90 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode )
m_main.c     [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
89 VgSchedReturnCode ret;
187 VgSchedReturnCode src;
    [all...]
syswrap-main.c     [all...]
syswrap-linux.c 69 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
71 VgSchedReturnCode ret;
127 VgSchedReturnCode src;
    [all...]

Completed in 56 milliseconds