Searched refs:p_pthhash (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h374 void * p_pthhash; /* pthread waitqueue hash */ member in struct:proc
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c2630 p->p_pthhash = hashinit(PTH_HASHSIZE, M_PROC, &pthhash);
2631 if (p->p_pthhash == NULL)
2654 hashptr = p->p_pthhash;
2678 hashptr = p->p_pthhash;
2679 p->p_pthhash = NULL;
2748 hashptr = p->p_pthhash;

Completed in 82 milliseconds