Searched refs:ul_ix (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h544 int ul_ix; /* hash index */ member in struct:ulwp
926 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_lock)
928 (&(udp)->thr_hash_table[(ulwp)->ul_ix].hash_cond)
964 int ul_ix; /* hash index */ member in struct:ulwp32
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c178 ulwp->ul_ix = ix;
206 ulwp->ul_ix = -1;
214 if ((ix = ulwp->ul_ix) >= 0) {
596 ulwp->ul_ix = -1;
819 int ix = self->ul_ix; /* the hash index */
1038 * ulwp->ul_ix = -1 so we have to get a pointer to the
1043 ulwp->ul_ix = -1;
1317 self->ul_ix = 0;
1598 ulwp->ul_ix = -1;
1810 int ix = ulwp->ul_ix;
[all...]

Completed in 25 milliseconds