Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c209 cancel_safe_mutex_unlock(lk); in _flushlbf()
218 cancel_safe_mutex_unlock(&_first_link_lock); in _flushlbf()
281 cancel_safe_mutex_unlock( in _findiop()
314 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()
381 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()
649 cancel_safe_mutex_unlock(lk); in _fflush_l_iops()
653 cancel_safe_mutex_unlock(&_first_link_lock); in _fflush_l_iops()
718 cancel_safe_mutex_unlock(&_first_link_lock); in fclose()
767 cancel_safe_mutex_unlock(&_first_link_lock); in fcloseall()
/titanic_50/usr/src/lib/libc/inc/
H A Dmtlib.h51 extern void cancel_safe_mutex_unlock(mutex_t *);
H A Dstdiom.h103 #define _flockrel(rl) cancel_safe_mutex_unlock(rl)
H A Dthr_uberdata.h1402 extern void cancel_safe_mutex_unlock(mutex_t *);
/titanic_50/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), \
1308 cancel_safe_mutex_unlock(&contextpp->lock); in nss_setent()
1322 cancel_safe_mutex_unlock(&contextpp->lock); in nss_getent()
1334 cancel_safe_mutex_unlock(&contextpp->lock); in nss_endent()
/titanic_50/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.c2799 cancel_safe_mutex_unlock(mutex_t *mp) in cancel_safe_mutex_unlock() function