Searched refs:pthread_cond_destroy (Results 1 – 25 of 37) sorted by relevance
12
114 __gthrw3(pthread_cond_destroy)123 __gthrw(pthread_cond_destroy)532 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)) in __gthread_objc_condition_deallocate()
88 __gthrw(pthread_cond_destroy)498 if (__gthrw_(pthread_cond_destroy) ((pthread_cond_t *) condition->backend)) in __gthread_objc_condition_deallocate()
128 pthread_cond_destroy (pthread_cond_t *cond ATTRIBUTE_UNUSED) in pthread_cond_destroy() function
84 __gthrw(pthread_cond_destroy) in __gthrw()
215 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument218 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR()318 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
50 (void)pthread_cond_destroy(cond); in cnd_destroy()
55 ((pthread_cond_destroy((cp)) == 0) ? \
113 ret = pthread_cond_destroy (&sem->cond); in gomp_sem_destroy()
113 pthread_cond_destroy(&gp_timer_prov->cond); in __cl_timer_prov_destroy()254 pthread_cond_destroy(&p_timer->cond); in cl_timer_destroy()
135 pthread_cond_destroy(&p_thread_pool->cond); in cl_thread_pool_destroy()
75 pthread_cond_destroy(&p_event->condvar); in cl_event_destroy()
64 #define cond_destroy(l) pthread_cond_destroy(l)
29 rv = pthread_cond_destroy(&cond->cond); in thread_cond_cleanup()
120 pthread_cond_destroy(cond); in evthread_posix_cond_free()
192 pthread_cond_destroy(&s->cond); in heim_ipc_semaphore_release()
163 pthread_cond_destroy(&sync.e_cond); in echoer()
43 pthread_cond_destroy;
101 #undef pthread_cond_destroy
120 #define pthread_cond_destroy _pthread_cond_destroy macro
199 int pthread_cond_destroy(pthread_cond_t *);
150 #define scond_destroy(cp) pthread_cond_destroy(cp)
259 int ret = pthread_cond_destroy(&cond->cond); in mythread_cond_destroy()
30 pthread_cond_destroy;
220 STUB_FUNC1(pthread_cond_destroy, PJT_COND_DESTROY, int, void *)
223 pthread_cond_destroy.3 \