Searched defs:mutex_unlock (Results 1 – 4 of 4) sorted by relevance
186 static inline void mutex_unlock(MutexT* mutex) { in mutex_unlock() function214 static inline void mutex_unlock(MutexT* mutex) { in mutex_unlock() function
24 # define mutex_unlock pthread_mutex_unlock macro
163 #define mutex_unlock(l) \ macro
500 #define mutex_unlock pthread_mutex_unlock macro