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

  /external/valgrind/coregrind/
pub_core_threadstate.h 134 /* Client stack is registered as stk_id (on linux/darwin, by
138 UWord stk_id; member in struct:__anon37524
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 198 if (tst->os_state.stk_id != NULL_STK_ID)
199 VG_(deregister_stack)(tst->os_state.stk_id);
711 if (tst->os_state.stk_id == NULL_STK_ID) {
716 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...]
syswrap-generic.c 87 tst->os_state.stk_id
92 " as stk_id %lu\n",
94 tst->os_state.stk_id);
    [all...]
syswrap-darwin.c 210 if (tst->os_state.stk_id != NULL_STK_ID)
211 VG_(deregister_stack)(tst->os_state.stk_id);
    [all...]
syswrap-linux.c 166 if (tst->os_state.stk_id != NULL_STK_ID)
167 VG_(deregister_stack)(tst->os_state.stk_id);
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 491 tst->os_state.stk_id = NULL_STK_ID;
    [all...]

Completed in 1055 milliseconds