Home
last modified time | relevance | path

Searched refs:in_door_return (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_threadstate.h300 Bool in_door_return; member
Dm_signals.c2309 if (!tst->os_state.in_door_return) in async_signalhandler_solaris_preprocess()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c377 if (tst->os_state.in_door_return) in do_syscall_for_client()
2626 if (tst->os_state.in_door_return) { in VG_()
2717 if (tst->os_state.in_door_return) { in VG_()
2770 if (tst->os_state.in_door_return) in VG_()
Dsyswrap-solaris.c9456 tst->os_state.in_door_return = True;
9487 vg_assert(tst->os_state.in_door_return == True);
9488 tst->os_state.in_door_return = False;
9498 vg_assert(tst->os_state.in_door_return == False);
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c509 tst->os_state.in_door_return = False; in os_state_clear()