Home
last modified time | relevance | path

Searched refs:pthread_cond_destroy (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_thread_cond.c32 err = pthread_cond_destroy(cond); in ngx_thread_cond_destroy()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.c116 int const ret = pthread_cond_destroy(*cond); in ZSTD_pthread_cond_destroy()
H A Dthreading.h95 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dmain.c189 pthread_cond_destroy(&exit_cond); in initial_lthread()
H A Dpthread_shim.c185 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
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c332 VERIFY0(pthread_cond_destroy(cv)); in cv_destroy()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst553 | pthread_cond_destroy | lthread_cond_destroy | |
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10300 pthread_cond_destroy(&wd.wd_cv); in zpool_do_wait()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6936 #define ZSTD_pthread_cond_destroy(a) pthread_cond_destroy((a))