Home
last modified time | relevance | path

Searched refs:tids_schedretcode (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_gdbserver.h63 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode);
Dm_main.c1619 VgSchedReturnCode tids_schedretcode );
2529 VgSchedReturnCode tids_schedretcode ) in shutdown_actions_NORETURN() argument
2535 vg_assert(tids_schedretcode == VgSrc_ExitThread in shutdown_actions_NORETURN()
2536 || tids_schedretcode == VgSrc_ExitProcess in shutdown_actions_NORETURN()
2537 || tids_schedretcode == VgSrc_FatalSig ); in shutdown_actions_NORETURN()
2539 if (tids_schedretcode == VgSrc_ExitThread) { in shutdown_actions_NORETURN()
2658 VG_(gdbserver_exit) (tid, tids_schedretcode); in shutdown_actions_NORETURN()
2667 switch (tids_schedretcode) { in shutdown_actions_NORETURN()
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c1005 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode) in VG_()
1010 switch(tids_schedretcode) { in VG_()