Searched defs:pthread_cond_destroy (Results 1 – 15 of 15) sorted by relevance
3 int pthread_cond_destroy(pthread_cond_t *c) in pthread_cond_destroy() function
73 inline void pthread_cond_destroy(pthread_cond_t *cond) { delete *cond; } in pthread_cond_destroy() function
83 #pragma weak pthread_cond_destroy macro
207 #define pthread_cond_destroy dng_pthread_cond_destroy macro
113 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
132 static INLINE int pthread_cond_destroy(pthread_cond_t *const condition) { in pthread_cond_destroy() function
131 static int pthread_cond_destroy(pthread_cond_t* const condition) { in pthread_cond_destroy() function
71 #pragma weak pthread_cond_destroy macro
216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
789 #define pthread_cond_destroy PTHREAD_COND_DESTROY macro
1128 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function
1105 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() argument
1403 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function
3723 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function