HomeSort by relevance Sort by last modified time
    Searched refs:VgSchedReturnCode (Results 1 - 12 of 12) 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_threadstate.h 81 VgSchedReturnCode;
339 VgSchedReturnCode exitreason;
432 // Convert a VgSchedReturnCode to a string.
433 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);
pub_core_syswrap.h 88 (ThreadId,VgSchedReturnCode);
m_threadstate.c 86 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...]
syswrap-solaris.c 98 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
100 VgSchedReturnCode ret;
154 VgSchedReturnCode src;
    [all...]

Completed in 490 milliseconds