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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c170 extern LIST_HEAD(pthhashhead, ksyn_wait_queue) *pth_glob_hashtbl;
171 struct pthhashhead * pth_glob_hashtbl; variable in typeref:struct:pthhashhead
2602 pth_glob_hashtbl = hashinit(PTH_HASHSIZE * 4, M_PROC, &pthhash);
2644 hashptr = pth_glob_hashtbl;
2746 hashptr = pth_glob_hashtbl;

Completed in 63 milliseconds