Home
last modified time | relevance | path

Searched refs:mutex_unlock (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSmartPtr.h63 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
71 mutex_unlock(m_lock); in ~SmartPtr()
113 if (m_lock) mutex_unlock(m_lock);
129 if (rhs.m_lock) mutex_unlock(rhs.m_lock);
130 if (m_lock) mutex_unlock(m_lock);
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dflockfile.c93 mutex_unlock(&_LOCK(fp)); in ftrylockfile()
136 mutex_unlock(&_LOCK(fp)); in __flockfile_internal()
160 mutex_unlock(&_LOCK(fp)); in __funlockfile_internal()
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Dreaddir.c96 mutex_unlock((mutex_t *)dirp->dd_lock); in readdir()
117 mutex_unlock((mutex_t *)dirp->dd_lock); in readdir_r()
Dclosedir.c81 mutex_unlock((mutex_t *)dirp->dd_lock); in __weak_alias()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_cthread.h111 mutex_unlock((mutex_t )lock); in PyThread_release_lock()
Dthread_solaris.h128 if (mutex_unlock((mutex_t *) lock)) in PyThread_release_lock()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h151 #define mutex_unlock(m) __libc_mutex_unlock((m)) macro
237 #define mutex_unlock(m)
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h469 mutex_unlock(&__gdtoa_locks[n]); \
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c682 mutex_unlock(&gmt_mutex); in gmtsub()