cond_var
void uds_wait_cond(struct cond_var *cv, struct mutex *mutex)
struct cond_var cond;
struct cond_var request_cond;
struct cond_var cond;
static inline void uds_init_cond(struct cond_var *cv)
static inline void uds_signal_cond(struct cond_var *cv)
static inline void uds_broadcast_cond(struct cond_var *cv)
void uds_wait_cond(struct cond_var *cv, struct mutex *mutex);
struct cond_var read_threads_cond;
struct cond_var read_threads_read_done_cond;