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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c2733 ksyn_wait_queue_t nkwq; local
2813 nkwq = (ksyn_wait_queue_t)zalloc(kwq_zone);
2814 bzero(nkwq, sizeof(struct ksyn_wait_queue));
2815 nkwq->kw_addr = mutex;
2816 nkwq->kw_flags = flags;
2817 nkwq->kw_iocount = 1;
2819 nkwq->kw_dropcount++;
2820 nkwq->kw_object = object;
2821 nkwq->kw_offset = offset;
2822 nkwq
[all...]

Completed in 21 milliseconds