Searched refs:ti_lock (Results 26 - 29 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c89 sig_mutex_lock(&tiptr->ti_lock);
98 sig_mutex_unlock(&tiptr->ti_lock);
315 sig_mutex_unlock(&tiptr->ti_lock);
326 sig_mutex_unlock(&tiptr->ti_lock);
H A D_conn_util.c54 * execute). Also, assumes tiptr->ti_lock is held.
66 assert(MUTEX_HELD(&tiptr->ti_lock));
149 * - called holding the tiptr->ti_lock
193 sig_mutex_unlock(&tiptr->ti_lock);
200 sig_mutex_lock(&tiptr->ti_lock);
204 sig_mutex_lock(&tiptr->ti_lock);
H A D_utility.c211 * This also assumes ti_lock is held via sig_mutex_lock(),
225 assert(MUTEX_HELD(&tiptr->ti_lock));
309 * Assumes tiptr->ti_lock held and this threads signals blocked
317 assert(MUTEX_HELD(&tiptr->ti_lock));
332 * assumes tiptr->ti_lock held in MT case
345 assert(MUTEX_HELD(&tiptr->ti_lock));
627 * - ti_lock
747 (void) mutex_init(&tiptr->ti_lock, USYNC_THREAD, NULL);
824 (void) mutex_destroy(&curptr->ti_lock);
1193 assert(MUTEX_HELD(&tiptr->ti_lock));
[all...]
H A Dtx.h80 mutex_t ti_lock; /* lock to protect this data structure */ member in struct:_ti_user

Completed in 48 milliseconds

12