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 );
86 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
Dpub_core_threadstate.h75 VgSchedReturnCode; typedef
292 VgSchedReturnCode exitreason;
Dpub_core_syswrap.h75 (ThreadId,VgSchedReturnCode);
Dm_main.c1425 VgSchedReturnCode tids_schedretcode );
2243 VgSchedReturnCode tids_schedretcode ) in shutdown_actions_NORETURN()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c993 VgSchedReturnCode VG_(scheduler) ( ThreadId tid ) in VG_()
1355 void VG_(nuke_all_threads_except) ( ThreadId me, VgSchedReturnCode src ) in VG_()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c65 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper()
67 VgSchedReturnCode ret; in thread_wrapper()
123 VgSchedReturnCode src; in run_a_thread_NORETURN()
Dsyswrap-main.c2147 (ThreadId,VgSchedReturnCode)
Dsyswrap-darwin.c88 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) in thread_wrapper()
90 VgSchedReturnCode ret; in thread_wrapper()
207 VgSchedReturnCode src; in run_a_thread_NORETURN()