HomeSort by: relevance | last modified time | path
    Searched defs:res_state_debug (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
res_state.c 67 #ifdef RES_STATE_DEBUG
69 res_state_debug(const char *msg, void *p) function in typeref:typename:void
78 #define res_state_debug(a, b) macro
93 res_state_debug("checkout from list", st);
103 res_state_debug("alloc new", res);
121 res_state_debug("free", res);
res_state.c 67 #ifdef RES_STATE_DEBUG
69 res_state_debug(const char *msg, void *p) function in typeref:typename:void
78 #define res_state_debug(a, b) macro
93 res_state_debug("checkout from list", st);
103 res_state_debug("alloc new", res);
121 res_state_debug("free", res);

Completed in 23 milliseconds