Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c931 self->ul_cvmutex = NULL; in dequeue_self()
3199 self->ul_cvmutex = mp; in cond_sleep_queue()
3273 ASSERT(self->ul_cvmutex == NULL); in cond_sleep_queue()
3750 mp = ulwp->ul_cvmutex; /* the mutex he will acquire */ in cond_signal()
3751 ulwp->ul_cvmutex = NULL; in cond_signal()
3879 mp = ulwp->ul_cvmutex; /* his mutex */ in cond_broadcast()
3880 ulwp->ul_cvmutex = NULL; in cond_broadcast()
/titanic_50/usr/src/lib/libc/inc/
H A Dthr_uberdata.h644 mutex_t *ul_cvmutex; /* mutex dropped when waiting on a cv */ member
1100 caddr32_t ul_cvmutex; /* mutex dropped when waiting on a cv */ member
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c632 prt_addr(ulwp.ul_cvmutex, 0)); in d_ulwp()