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

/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dthr.c173 ulwp->ul_hash = udp->thr_hash_table[ix].hash_bucket;
199 ulwpp = &(*ulwpp)->ul_hash)
201 *ulwpp = ulwp->ul_hash;
202 ulwp->ul_hash = NULL;
506 ulwpp = &ulwp->ul_hash) {
1014 *ulwpp = ulwp->ul_hash;
1015 ulwp->ul_hash = NULL;
1316 self->ul_hash = NULL;
1602 ulwp->ul_hash = NULL;
1871 ulwp != NULL; ulwp = ulwp->ul_hash) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c464 OFFSET(ul_hash),
465 prt_addr(ulwp.ul_hash, 1),
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h536 struct ulwp *ul_hash; /* hash chain linked list */ member in struct:ulwp
956 caddr32_t ul_hash; /* hash chain linked list */ member in struct:ulwp32

Completed in 826 milliseconds