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 );
86 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
pub_core_syswrap.h 75 (ThreadId,VgSchedReturnCode);
pub_core_threadstate.h 75 VgSchedReturnCode;
292 VgSchedReturnCode exitreason;
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 65 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
67 VgSchedReturnCode ret;
123 VgSchedReturnCode src;
    [all...]
syswrap-main.c     [all...]
syswrap-darwin.c 88 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
90 VgSchedReturnCode ret;
207 VgSchedReturnCode src;
    [all...]

Completed in 601 milliseconds