Searched refs:alloc_lwpids (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | rwlock.c | 451 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps); in rw_queue_release()
|
H A D | synch.c | 1677 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps); in mutex_wakeup_all() 3897 alloc_lwpids(lwpid_t *lwpid, int *nlwpid_ptr, int *maxlwps_ptr) in alloc_lwpids() function 4000 lwpid = alloc_lwpids(lwpid, &nlwpid, &maxlwps); in cond_broadcast()
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1338 extern lwpid_t *alloc_lwpids(lwpid_t *, int *, int *);
|