Home
last modified time | relevance | path

Searched defs:mutex_unlock (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DPortableMutex.h42 static __inline__ void mutex_unlock(mutex_t* lock) { in mutex_unlock() function
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Dmutex.c150 void mutex_unlock(u32 i) in mutex_unlock() function
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h151 #define mutex_unlock(m) __libc_mutex_unlock((m)) macro