Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dpub_core_scheduler.h53 VgSchedReturnCode reason );
89 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
Dpub_core_threadstate.h75 VgSchedReturnCode; typedef
294 VgSchedReturnCode exitreason;
Dpub_core_syswrap.h75 (ThreadId,VgSchedReturnCode);
Dm_main.c1527 VgSchedReturnCode tids_schedretcode );
2387 VgSchedReturnCode tids_schedretcode ) in shutdown_actions_NORETURN()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c1123 VgSchedReturnCode VG_(scheduler) ( ThreadId tid ) in VG_()
1540 void VG_(nuke_all_threads_except) ( ThreadId me, VgSchedReturnCode src ) in VG_()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c70 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper()
72 VgSchedReturnCode ret; in thread_wrapper()
128 VgSchedReturnCode src; in run_a_thread_NORETURN()
Dsyswrap-main.c2263 (ThreadId,VgSchedReturnCode)
Dsyswrap-darwin.c87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper()
89 VgSchedReturnCode ret; in thread_wrapper()
206 VgSchedReturnCode src; in run_a_thread_NORETURN()