Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c180 ulwp->ul_ix = ix; in hash_in_unlocked()
208 ulwp->ul_ix = -1; in hash_out_unlocked()
216 if ((ix = ulwp->ul_ix) >= 0) { in hash_out()
598 ulwp->ul_ix = -1; in _thrp_create()
826 int ix = self->ul_ix; /* the hash index */ in _thrp_exit()
1050 ulwp->ul_ix = -1; in _thrp_join()
1352 self->ul_ix = 0; in libc_init()
1638 ulwp->ul_ix = -1; in mark_dead_and_buried()
1850 int ix = ulwp->ul_ix; in safe_suspend()
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h570 int ul_ix; /* hash index */ member
965 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_lock)
967 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_cond)
1003 int ul_ix; /* hash index */ member
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c506 OFFSET(ul_ix), in d_ulwp()
507 ulwp.ul_ix, in d_ulwp()