Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_cond.c43 _Static_assert(sizeof(struct pthread_cond) <= THR_PAGE_SIZE_MIN,
83 cond_init_body(struct pthread_cond *cvp, const struct pthread_cond_attr *cattr) in cond_init_body()
98 struct pthread_cond *cvp; in cond_init()
105 cvp = calloc(1, sizeof(struct pthread_cond)); in cond_init()
169 struct pthread_cond *cvp; in _thr_cond_destroy()
208 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp, in cond_wait_kernel()
290 cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp, in cond_wait_user()
371 struct pthread_cond *cvp; in cond_wait_common()
454 struct pthread_cond *cvp; in cond_signal_common()
539 struct pthread_cond *cvp; in cond_broadcast_common()
H A Dthr_private.h143 #define THR_COND_INITIALIZER ((struct pthread_cond *)NULL)
144 #define THR_COND_DESTROYED ((struct pthread_cond *)1)
196 struct pthread_cond { struct
/freebsd/sys/sys/
H A D_pthreadtypes.h46 struct pthread_cond;
71 typedef struct pthread_cond *pthread_cond_t;
/freebsd/lib/libstdthreads/
H A Dthreads.h43 typedef struct pthread_cond *cnd_t;