Searched defs:pthread_cond_signal (Results 1 – 6 of 6) sorted by relevance
120 static int pthread_cond_signal(pthread_cond_t* const condition) { in pthread_cond_signal() function
122 static INLINE int pthread_cond_signal(pthread_cond_t *const condition) { in pthread_cond_signal() function
207 INTERCEPTOR(int, pthread_cond_signal, pthread_cond_t *c) { in INTERCEPTOR() argument
136 # pragma weak pthread_cond_signal macro
1009 #define pthread_cond_signal PTHREAD_COND_SIGNAL macro
1130 INTERCEPTOR(int, pthread_cond_signal, void *c) { in INTERCEPTOR() argument