Searched defs:pthread_cond_destroy (Results 1 – 14 of 14) sorted by relevance
73 inline void pthread_cond_destroy(pthread_cond_t *cond) { delete *cond; } in pthread_cond_destroy() function
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
131 static 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
67 #pragma weak pthread_cond_destroy macro
215 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
789 #define pthread_cond_destroy PTHREAD_COND_DESTROY macro
1080 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
1248 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() argument
1388 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function
3703 pub fn pthread_cond_destroy(cond: *mut pthread_cond_t) -> ::c_int; in pthread_cond_destroy() function