Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c201 ulwp_t **ulwpp; in hash_out_unlocked() local
203 for (ulwpp = &udp->thr_hash_table[ix].hash_bucket; in hash_out_unlocked()
204 ulwp != *ulwpp; in hash_out_unlocked()
205 ulwpp = &(*ulwpp)->ul_hash) in hash_out_unlocked()
207 *ulwpp = ulwp->ul_hash; in hash_out_unlocked()
278 ulwp_t **ulwpp = &udp->lwp_stacks; in trim_stack_cache() local
283 while (udp->nfreestack > cache_limit && (ulwp = *ulwpp) != NULL) { in trim_stack_cache()
285 *ulwpp = ulwp->ul_next; in trim_stack_cache()
304 ulwpp = &ulwp->ul_next; in trim_stack_cache()
325 ulwp_t **ulwpp; in find_stack() local
[all …]
H A Dsynch.c614 ulwp_t **ulwpp; in enqueue() local
666 ulwpp = &qrp->qr_head; in enqueue()
675 ulwpp = &qrp->qr_tail->ul_link; in enqueue()
677 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL; in enqueue()
678 ulwpp = &next->ul_link) in enqueue()
688 for (ulwpp = &qrp->qr_head; (next = *ulwpp) != NULL; in enqueue()
689 ulwpp = &next->ul_link) in enqueue()
693 if ((ulwp->ul_link = *ulwpp) == NULL) in enqueue()
695 *ulwpp = ulwp; in enqueue()
715 queue_slot_runnable(ulwp_t **ulwpp, ulwp_t **prevp, int rt) in queue_slot_runnable() argument
[all …]
H A Drwlock.c379 ulwp_t **ulwpp; in rw_queue_release() local
436 while ((ulwpp = queue_slot(qp, &prev, &more)) != NULL) { in rw_queue_release()
437 ulwp = *ulwpp; in rw_queue_release()
452 queue_unlink(qp, ulwpp, prev); in rw_queue_release()
473 if (ulwpp == NULL) in rw_queue_release()