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

  /external/valgrind/coregrind/
m_clientstate.c 54 UWord VG_(clstk_id) = NULL_STK_ID;
pub_core_threadstate.h 117 #define NULL_STK_ID (~(UWord)0)
136 Stack id NULL_STK_ID means that the user stack is not (yet)
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 491 tst->os_state.stk_id = NULL_STK_ID;
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 198 if (tst->os_state.stk_id != NULL_STK_ID)
711 if (tst->os_state.stk_id == NULL_STK_ID) {
    [all...]
syswrap-darwin.c 210 if (tst->os_state.stk_id != NULL_STK_ID)
    [all...]
syswrap-linux.c 166 if (tst->os_state.stk_id != NULL_STK_ID)
    [all...]

Completed in 185 milliseconds