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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c2640 struct pthhashhead * hashptr; local
2644 hashptr = pth_glob_hashtbl;
2645 kwq = (&hashptr[object & pthhash])->lh_first;
2654 hashptr = p->p_pthhash;
2655 kwq = (&hashptr[mutex & pthhash])->lh_first;
2669 struct pthhashhead * hashptr; local
2678 hashptr = p->p_pthhash;
2680 if (hashptr == NULL)
2685 while ((kwq = LIST_FIRST(&hashptr[i])) != NULL) {
2706 FREE(hashptr, M_PRO
2734 struct pthhashhead * hashptr; local
[all...]

Completed in 301 milliseconds