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.c213 cancel_safe_mutex_unlock(lk); in _flushlbf()
222 cancel_safe_mutex_unlock(&_first_link_lock); in _flushlbf()
285 cancel_safe_mutex_unlock( in _findiop()
318 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()
386 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()
661 cancel_safe_mutex_unlock(lk); in _fflush_l_iops()
665 cancel_safe_mutex_unlock(&_first_link_lock); in _fflush_l_iops()
746 cancel_safe_mutex_unlock(&_first_link_lock); in fclose()
778 cancel_safe_mutex_unlock(&_first_link_lock); in fdclose()
813 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.h1427 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.c148 cancel_safe_mutex_unlock(&curthread->ul_uberdata->callout_lock); in callout_lock_exit()
H A Dsynch.c2842 cancel_safe_mutex_unlock(mutex_t *mp) in cancel_safe_mutex_unlock() function