Home
last modified time | relevance | path

Searched refs:cancel_safe_mutex_unlock (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c212 cancel_safe_mutex_unlock(lk); in _flushlbf()
221 cancel_safe_mutex_unlock(&_first_link_lock); in _flushlbf()
284 cancel_safe_mutex_unlock( in _findiop()
317 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()
385 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()
660 cancel_safe_mutex_unlock(lk); in _fflush_l_iops()
664 cancel_safe_mutex_unlock(&_first_link_lock); in _fflush_l_iops()
729 cancel_safe_mutex_unlock(&_first_link_lock); in fclose()
778 cancel_safe_mutex_unlock(&_first_link_lock); in fcloseall()
/illumos-gate/usr/src/lib/libc/inc/
H A Dmtlib.h49 extern void cancel_safe_mutex_unlock(mutex_t *);
H A Dstdiom.h112 #define _flockrel(rl) cancel_safe_mutex_unlock(rl)
H A Dthr_uberdata.h1423 extern void cancel_safe_mutex_unlock(mutex_t *);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c161 #define NSS_UNLOCK(r) (cancel_safe_mutex_unlock(&(r)->lock))
164 (cancel_safe_mutex_unlock(&(*(rp))->lock), \
1297 cancel_safe_mutex_unlock(&contextpp->lock); in nss_setent()
1311 cancel_safe_mutex_unlock(&contextpp->lock); in nss_getent()
1323 cancel_safe_mutex_unlock(&contextpp->lock); in nss_endent()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c147 cancel_safe_mutex_unlock(&curthread->ul_uberdata->callout_lock); in callout_lock_exit()
H A Dsynch.c2809 cancel_safe_mutex_unlock(mutex_t *mp) in cancel_safe_mutex_unlock() function