Searched defs:mutex_destroy (Results 1 – 3 of 3) sorted by relevance
178 static inline void mutex_destroy(MutexT* mutex) { in mutex_destroy() function206 static inline void mutex_destroy(MutexT* mutex) { in mutex_destroy() function
22 # define mutex_destroy pthread_mutex_destroy macro
502 #define mutex_destroy(m) pthread_mutex_destroy((m)) macro