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.c782 queue_slot(queue_head_t *qp, ulwp_t **prevp, int *more) in queue_slot() function
890 if ((ulwpp = queue_slot(qp, &prev, more)) == NULL) in dequeue()
909 if ((ulwpp = queue_slot(qp, &prev, &more)) == NULL) in queue_waiter()
3840 ulwpp = queue_slot(qp, &prev, &more); in cond_signal()
H A Drwlock.c437 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 *);