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

/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_synch.c109 static zone_t kwe_zone; /* zone for allocation of ksyn_waitq_element */ variable
891 nkwe = (ksyn_waitq_element_t)pthread_kern->zalloc(kwe_zone);
929 pthread_kern->zfree(kwe_zone, nkwe);
1002 pthread_kern->zfree(kwe_zone, nkwe);
1181 pthread_kern->zfree(kwe_zone, nkwe);
1585 pthread_kern->zfree(kwe_zone, kwe);
2389 pthread_kern->zfree(kwe_zone, kwe);
2545 newkwe = (ksyn_waitq_element_t)pthread_kern->zalloc(kwe_zone);
2558 pthread_kern->zfree(kwe_zone, kwe);
2591 kwe_zone
[all...]

Completed in 101 milliseconds