Searched defs:mutex_unlock (Results 1 – 7 of 7) sorted by relevance
24 # define mutex_unlock pthread_mutex_unlock macro
167 static inline void mutex_unlock(MutexT* mutex) { in mutex_unlock() function
61 void (*mutex_unlock) (GMutex *mutex); member
168 #define mutex_unlock(l) \ macro
502 #define mutex_unlock pthread_mutex_unlock macro
155 static inline void mutex_unlock(struct unix_private_data *data, kind_t kind) in mutex_unlock() function
1382 #define DECODE_ERROR(self, message, err_code, mutex_unlock) { \ argument