Searched defs:pthread_mutex_destroy (Results 1 – 13 of 13) sorted by relevance
3 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
51 #pragma weak pthread_mutex_destroy macro
202 #define pthread_mutex_destroy dng_pthread_mutex_destroy macro
111 static inline int pthread_mutex_destroy(pthread_mutex_t *m) in pthread_mutex_destroy() function
112 static av_always_inline int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
135 #define pthread_mutex_destroy strict_pthread_mutex_destroy macro
125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { in pthread_mutex_destroy() function
72 int (*pthread_mutex_destroy)(pthread_mutex_t *mutex); member
150 #define pthread_mutex_destroy _pthread_mutex_destroy macro
201 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
1093 pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_destroy() function
1308 pub fn pthread_mutex_destroy(mutex: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_destroy() function
3704 pub fn pthread_mutex_destroy(lock: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_destroy() function