Home
last modified time | relevance | path

Searched refs:stk_id (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_threadstate.h138 UWord stk_id; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c198 if (tst->os_state.stk_id != NULL_STK_ID) in run_a_thread_NORETURN()
199 VG_(deregister_stack)(tst->os_state.stk_id); in run_a_thread_NORETURN()
711 if (tst->os_state.stk_id == NULL_STK_ID) { in set_stack()
716 tst->os_state.stk_id = VG_(register_stack)(new_start, new_end); in set_stack()
722 VG_(change_stack)(tst->os_state.stk_id, new_start, new_end); in set_stack()
7048 vg_assert(ctst->os_state.stk_id == NULL_STK_ID);
Dsyswrap-generic.c87 tst->os_state.stk_id in ML_()
94 tst->os_state.stk_id); in ML_()
Dsyswrap-darwin.c210 if (tst->os_state.stk_id != NULL_STK_ID) in run_a_thread_NORETURN()
211 VG_(deregister_stack)(tst->os_state.stk_id); in run_a_thread_NORETURN()
Dsyswrap-linux.c166 if (tst->os_state.stk_id != NULL_STK_ID) in run_a_thread_NORETURN()
167 VG_(deregister_stack)(tst->os_state.stk_id); in run_a_thread_NORETURN()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c491 tst->os_state.stk_id = NULL_STK_ID; in os_state_clear()