Searched refs:pthread_cond (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/sys/
H A D_pthreadtypes.h48 struct pthread_cond;
73 typedef struct pthread_cond *pthread_cond_t;
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_cond.c46 _Static_assert(sizeof(struct pthread_cond) <= PAGE_SIZE,
47 "pthread_cond too large");
81 cond_init_body(struct pthread_cond *cvp, const struct pthread_cond_attr *cattr)
96 struct pthread_cond *cvp;
103 cvp = calloc(1, sizeof(struct pthread_cond));
167 struct pthread_cond *cvp;
206 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp,
278 cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp,
358 struct pthread_cond *cvp;
428 struct pthread_cond *cv
[all...]
H A Dthr_private.h145 #define THR_COND_INITIALIZER ((struct pthread_cond *)NULL)
146 #define THR_COND_DESTROYED ((struct pthread_cond *)1)
198 struct pthread_cond { struct
/freebsd-13-stable/lib/libstdthreads/
H A Dthreads.h45 typedef struct pthread_cond *cnd_t;

Completed in 131 milliseconds