Searched refs:thread_cond (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/include/lwip2/arch/
H A Dsys_arch.h39 struct thread_cond changed_cond;
/barrelfish-master/include/lwip/arch/
H A Dsys_arch.h28 struct thread_cond changed_cond;
/barrelfish-master/lib/barrelfish/
H A Dthread_once.c41 static struct thread_cond thread_once_condvar = THREAD_COND_INITIALIZER;
H A Dthread_sync.c32 void thread_cond_init(struct thread_cond *cond)
49 void thread_cond_wait(struct thread_cond *cond, struct thread_mutex *mutex)
88 void thread_cond_signal(struct thread_cond *cond)
126 void thread_cond_broadcast(struct thread_cond *cond)
/barrelfish-master/include/barrelfish/
H A Dthreads.h60 void thread_cond_init(struct thread_cond *cond);
61 void thread_cond_signal(struct thread_cond *cond);
62 void thread_cond_broadcast(struct thread_cond *cond);
63 void thread_cond_wait(struct thread_cond *cond, struct thread_mutex *mutex);
H A Dthread_sync.h44 struct thread_cond { struct
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dworkqueue.h47 struct thread_cond cond;
/barrelfish-master/usr/bench/scheduling/
H A Dphases_scale.c34 static struct thread_cond init_cond = THREAD_COND_INITIALIZER;
/barrelfish-master/lib/barrelfish/include/
H A Dthreads_priv.h62 struct thread_cond exit_condition; ///< Thread exit condition
/barrelfish-master/lib/lwip/src/
H A Dsys_arch.c37 static u32_t thread_cond_wait_timeout(struct thread_cond *cond,
/barrelfish-master/lib/lwip2/src/
H A Dsys_arch.c47 static u32_t thread_cond_wait_timeout(struct thread_cond *cond,
/barrelfish-master/lib/posixcompat/
H A Dpthreads.c44 struct thread_cond cond;

Completed in 124 milliseconds