Home
last modified time | relevance | path

Searched refs:queue_slot (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c781 queue_slot(queue_head_t *qp, ulwp_t **prevp, int *more) in queue_slot() function
889 if ((ulwpp = queue_slot(qp, &prev, more)) == NULL) in dequeue()
908 if ((ulwpp = queue_slot(qp, &prev, &more)) == NULL) in queue_waiter()
3736 ulwpp = queue_slot(qp, &prev, &more); in cond_signal()
H A Drwlock.c436 while ((ulwpp = queue_slot(qp, &prev, &more)) != NULL) { in rw_queue_release()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h448 extern struct ulwp **queue_slot(queue_head_t *, struct ulwp **, int *);