Searched refs:pthread_cond_t (Results 1 – 21 of 21) sorted by relevance
67 pthread_cond_t tp_busycv; /* synchronization in tpool_dispatch */68 pthread_cond_t tp_workcv; /* synchronization with workers */69 pthread_cond_t tp_waitcv; /* synchronization in tpool_wait() */
57 (pthread_cond_t *);59 (pthread_cond_t *);61 (pthread_cond_t *, const pthread_condattr_t *);63 (pthread_cond_t *);65 (pthread_cond_t *, pthread_mutex_t *, const struct timespec *);67 (pthread_cond_t *, pthread_mutex_t *);301 int pthread_cond_broadcast(pthread_cond_t *cond) in pthread_cond_broadcast()318 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy()334 int pthread_cond_signal(pthread_cond_t *cond) in pthread_cond_signal()344 pthread_cond_timedwait(pthread_cond_t *__rte_restrict cond, in pthread_cond_timedwait()[all …]
39 __thread pthread_cond_t exit_cond;
105 *cond = (pthread_cond_t*)ZSTD_malloc(sizeof(pthread_cond_t)); in ZSTD_pthread_cond_init()
93 #define ZSTD_pthread_cond_t pthread_cond_t118 #define ZSTD_pthread_cond_t pthread_cond_t*
5 name = pthread_cond_t
2091 …<typedef-decl name='pthread_cond_t' type-id='type-id-181' filepath='/usr/include/bits/pthreadtypes…
24 pthread_cond_t cond;
73 typedef struct pthread_cond *pthread_cond_t; typedef
66 static pthread_cond_t bio_newjob_cond[BIO_NUM_OPS];67 static pthread_cond_t bio_step_cond[BIO_NUM_OPS];
28 typedef pthread_cond_t ngx_thread_cond_t;
131 pthread_cond_t timer_cond;
41 static pthread_cond_t agent_cond = PTHREAD_COND_INITIALIZER;
130 pthread_cond_t cond; \
93 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
320 typedef pthread_cond_t kcondvar_t;
62 pthread_cond_t cond; /**< variable we use to time out on this request */
90 pthread_cond_t cond;
207 static pthread_cond_t cvar = PTHREAD_COND_INITIALIZER;
9973 pthread_cond_t wd_cv;
6934 #define ZSTD_pthread_cond_t pthread_cond_t6959 #define ZSTD_pthread_cond_t pthread_cond_t*