Searched refs:pthread_cond (Results 1 – 4 of 4) sorted by relevance
46 _Static_assert(sizeof(struct pthread_cond) <= PAGE_SIZE,81 cond_init_body(struct pthread_cond *cvp, const struct pthread_cond_attr *cattr) in cond_init_body()96 struct pthread_cond *cvp; in cond_init()103 cvp = calloc(1, sizeof(struct pthread_cond)); in cond_init()167 struct pthread_cond *cvp; in _thr_cond_destroy()206 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp, in cond_wait_kernel()278 cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp, in cond_wait_user()358 struct pthread_cond *cvp; in cond_wait_common()428 struct pthread_cond *cvp; in cond_signal_common()513 struct pthread_cond *cvp; in cond_broadcast_common()
145 #define THR_COND_INITIALIZER ((struct pthread_cond *)NULL)146 #define THR_COND_DESTROYED ((struct pthread_cond *)1)198 struct pthread_cond { struct
48 struct pthread_cond;73 typedef struct pthread_cond *pthread_cond_t;
45 typedef struct pthread_cond *cnd_t;