Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_threadstate.h286 UWord stk_id; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c197 if (tst->os_state.stk_id != (UWord)-1) in run_a_thread_NORETURN()
198 VG_(deregister_stack)(tst->os_state.stk_id); in run_a_thread_NORETURN()
710 if (tst->os_state.stk_id == (UWord)-1) { in set_stack()
715 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()
6644 vg_assert(ctst->os_state.stk_id == (UWord)(-1));
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c507 tst->os_state.stk_id = (UWord)-1; in os_state_clear()