Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c930 self->ul_cvmutex = NULL; in dequeue_self()
3156 self->ul_cvmutex = mp; in cond_sleep_queue()
3230 ASSERT(self->ul_cvmutex == NULL); in cond_sleep_queue()
3707 mp = ulwp->ul_cvmutex; /* the mutex he will acquire */ in cond_signal()
3708 ulwp->ul_cvmutex = NULL; in cond_signal()
3836 mp = ulwp->ul_cvmutex; /* his mutex */ in cond_broadcast()
3837 ulwp->ul_cvmutex = NULL; in cond_broadcast()
/titanic_44/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_44/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c632 prt_addr(ulwp.ul_cvmutex, 0)); in d_ulwp()