Searched refs:VgSchedReturnCode (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_scheduler.h35 #include "pub_core_threadstate.h" // VgSchedReturnCode
56 VgSchedReturnCode reason );
92 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
H A Dpub_core_syswrap.h78 (ThreadId,VgSchedReturnCode);
H A Dpub_core_threadstate.h78 VgSchedReturnCode; typedef in typeref:enum:__anon32717
301 VgSchedReturnCode exitreason;
394 // Convert a VgSchedReturnCode to a string.
395 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode );
H A Dpub_core_gdbserver.h35 #include "pub_core_threadstate.h" // VgSchedReturnCode
63 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode);
H A Dm_threadstate.c81 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode )
H A Dm_main.c1498 VgSchedReturnCode tids_schedretcode );
2399 VgSchedReturnCode tids_schedretcode )
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1147 VgSchedReturnCode VG_(scheduler) ( ThreadId tid )
1585 void VG_(nuke_all_threads_except) ( ThreadId me, VgSchedReturnCode src )
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c976 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
89 VgSchedReturnCode ret;
206 VgSchedReturnCode src;
H A Dsyswrap-linux.c70 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
72 VgSchedReturnCode ret;
128 VgSchedReturnCode src;
H A Dsyswrap-main.c2405 (ThreadId,VgSchedReturnCode)

Completed in 317 milliseconds