Home
last modified time | relevance | path

Searched defs:mutex_destroy (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DPortableMutex.h50 static __inline__ void mutex_destroy(mutex_t* lock) { in mutex_destroy() function
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dreentrant.h152 #define mutex_destroy(m) __libc_mutex_destroy((m)) macro