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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c182 static int PTH_HASHSIZE = 100; variable
2602 pth_glob_hashtbl = hashinit(PTH_HASHSIZE * 4, M_PROC, &pthhash);
2630 p->p_pthhash = hashinit(PTH_HASHSIZE, M_PROC, &pthhash);

Completed in 24 milliseconds