Searched refs:pthread_cond (Results 1 – 4 of 4) sorted by relevance
43 _Static_assert(sizeof(struct pthread_cond) <= THR_PAGE_SIZE_MIN,78 cond_init_body(struct pthread_cond *cvp, const struct pthread_cond_attr *cattr) in cond_init_body()93 struct pthread_cond *cvp; in cond_init()100 cvp = calloc(1, sizeof(struct pthread_cond)); in cond_init()164 struct pthread_cond *cvp; in _thr_cond_destroy()203 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp, in cond_wait_kernel()275 cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp, in cond_wait_user()355 struct pthread_cond *cvp; in cond_wait_common()425 struct pthread_cond *cvp; in cond_signal_common()510 struct pthread_cond *cvp; in cond_broadcast_common()
142 #define THR_COND_INITIALIZER ((struct pthread_cond *)NULL)143 #define THR_COND_DESTROYED ((struct pthread_cond *)1)195 struct pthread_cond { struct
46 struct pthread_cond;71 typedef struct pthread_cond *pthread_cond_t;
43 typedef struct pthread_cond *cnd_t;