Searched defs:pthread_cond_destroy (Results 1 – 8 of 8) sorted by relevance
217 #define pthread_cond_destroy dng_pthread_cond_destroy macro
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
216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument
138 # pragma weak pthread_cond_destroy macro
789 #define pthread_cond_destroy PTHREAD_COND_DESTROY macro
1105 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() argument