HomeSort by relevance Sort by last modified time
    Searched refs:stk_id (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/
pub_core_threadstate.h 286 UWord stk_id; member in struct:__anon25325
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 197 if (tst->os_state.stk_id != (UWord)-1)
198 VG_(deregister_stack)(tst->os_state.stk_id);
710 if (tst->os_state.stk_id == (UWord)-1) {
715 tst->os_state.stk_id = VG_(register_stack)(new_start, new_end);
722 VG_(change_stack)(tst->os_state.stk_id, new_start, new_end);
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 507 tst->os_state.stk_id = (UWord)-1;
    [all...]

Completed in 61 milliseconds