Searched refs:queue_slot (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 780 queue_slot(queue_head_t *qp, ulwp_t **prevp, int *more) in queue_slot() function 888 if ((ulwpp = queue_slot(qp, &prev, more)) == NULL) in dequeue() 907 if ((ulwpp = queue_slot(qp, &prev, &more)) == NULL) in queue_waiter() 3727 ulwpp = queue_slot(qp, &prev, &more); in cond_signal()
|
H A D | rwlock.c | 436 while ((ulwpp = queue_slot(qp, &prev, &more)) != NULL) { in rw_queue_release()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 445 extern struct ulwp **queue_slot(queue_head_t *, struct ulwp **, int *);
|