Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c180 ulwp->ul_hash = udp->thr_hash_table[ix].hash_bucket; in hash_in_unlocked()
206 ulwpp = &(*ulwpp)->ul_hash) in hash_out_unlocked()
208 *ulwpp = ulwp->ul_hash; in hash_out_unlocked()
209 ulwp->ul_hash = NULL; in hash_out_unlocked()
513 ulwpp = &ulwp->ul_hash) { in find_lwpp()
1031 *ulwpp = ulwp->ul_hash; in _thrp_join()
1032 ulwp->ul_hash = NULL; in _thrp_join()
1357 self->ul_hash = NULL; in libc_init()
1639 ulwp->ul_hash = NULL; in mark_dead_and_buried()
1908 ulwp != NULL; ulwp = ulwp->ul_hash) { in safe_suspend()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h568 struct ulwp *ul_hash; /* hash chain linked list */ member
1035 caddr32_t ul_hash; /* hash chain linked list */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c486 OFFSET(ul_hash), in d_ulwp()
487 prt_addr(ulwp.ul_hash, 1), in d_ulwp()