Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c182 ulwp->ul_ix = ix; in hash_in_unlocked()
210 ulwp->ul_ix = -1; in hash_out_unlocked()
218 if ((ix = ulwp->ul_ix) >= 0) { in hash_out()
600 ulwp->ul_ix = -1; in _thrp_create()
832 int ix = self->ul_ix; /* the hash index */ in _thrp_exit()
1056 ulwp->ul_ix = -1; in _thrp_join()
1358 self->ul_ix = 0; in libc_init()
1640 ulwp->ul_ix = -1; in mark_dead_and_buried()
1852 int ix = ulwp->ul_ix; in safe_suspend()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h576 int ul_ix; /* hash index */ member
1005 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_lock)
1007 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_cond)
1043 int ul_ix; /* hash index */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c508 OFFSET(ul_ix), in d_ulwp()
509 ulwp.ul_ix, in d_ulwp()