Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dthr.c181 ulwp->ul_ix = ix; in hash_in_unlocked()
209 ulwp->ul_ix = -1; in hash_out_unlocked()
217 if ((ix = ulwp->ul_ix) >= 0) { in hash_out()
599 ulwp->ul_ix = -1; in _thrp_create()
827 int ix = self->ul_ix; /* the hash index */ in _thrp_exit()
1051 ulwp->ul_ix = -1; in _thrp_join()
1353 self->ul_ix = 0; in libc_init()
1639 ulwp->ul_ix = -1; in mark_dead_and_buried()
1851 int ix = ulwp->ul_ix; in safe_suspend()
/titanic_44/usr/src/lib/libc/inc/
H A Dthr_uberdata.h570 int ul_ix; /* hash index */ member
988 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_lock)
990 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_cond)
1026 int ul_ix; /* hash index */ member
/titanic_44/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c504 OFFSET(ul_ix), in d_ulwp()
505 ulwp.ul_ix, in d_ulwp()