Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_scheduler.h56 VgSchedReturnCode reason );
92 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
Dpub_core_threadstate.h81 VgSchedReturnCode; typedef
289 VgSchedReturnCode exitreason;
383 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode );
Dpub_core_syswrap.h81 (ThreadId,VgSchedReturnCode);
Dpub_core_gdbserver.h63 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode);
Dm_threadstate.c90 const HChar* VG_(name_of_VgSchedReturnCode) ( VgSchedReturnCode retcode ) in VG_()
Dm_main.c1619 VgSchedReturnCode tids_schedretcode );
2529 VgSchedReturnCode tids_schedretcode ) in shutdown_actions_NORETURN()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1169 VgSchedReturnCode VG_(scheduler) ( ThreadId tid ) in VG_()
1639 void VG_(nuke_all_threads_except) ( ThreadId me, VgSchedReturnCode src ) in VG_()
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c1005 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode) in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c2486 (ThreadId,VgSchedReturnCode)
Dsyswrap-darwin.c87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper()
89 VgSchedReturnCode ret; in thread_wrapper()
187 VgSchedReturnCode src; in run_a_thread_NORETURN()
Dsyswrap-linux.c69 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper()
71 VgSchedReturnCode ret; in thread_wrapper()
127 VgSchedReturnCode src; in run_a_thread_NORETURN()