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

  /external/valgrind/main/coregrind/
pub_core_scheduler.h 53 VgSchedReturnCode reason );
89 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
pub_core_syswrap.h 75 (ThreadId,VgSchedReturnCode);
pub_core_threadstate.h 75 VgSchedReturnCode;
294 VgSchedReturnCode exitreason;
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 70 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
72 VgSchedReturnCode ret;
128 VgSchedReturnCode src;
    [all...]
syswrap-main.c     [all...]
syswrap-darwin.c 87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
89 VgSchedReturnCode ret;
206 VgSchedReturnCode src;
    [all...]

Completed in 568 milliseconds