Searched refs:pthread_cond_destroy (Results 1 – 9 of 9) sorted by relevance
32 err = pthread_cond_destroy(cond); in ngx_thread_cond_destroy()
116 int const ret = pthread_cond_destroy(*cond); in ZSTD_pthread_cond_destroy()
95 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
189 pthread_cond_destroy(&exit_cond); in initial_lthread()
185 get_addr_of_loaded_symbol(pthread_cond_destroy); in RTE_INIT()318 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() function
332 VERIFY0(pthread_cond_destroy(cv)); in cv_destroy()
553 | pthread_cond_destroy | lthread_cond_destroy | |
10300 pthread_cond_destroy(&wd.wd_cv); in zpool_do_wait()
6936 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))