Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dcond.c31 static inline size_t posix_cond_to_offset(struct k_condvar *cv) in posix_cond_to_offset()
70 struct k_condvar *cv; in to_posix_cond() local
94 struct k_condvar *cv; in cond_wait() local
121 struct k_condvar *cv; in pthread_cond_signal() local
143 struct k_condvar *cv; in pthread_cond_broadcast() local
162 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait()
167 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *abstime) in pthread_cond_timedwait()
174 struct k_condvar *cv; in pthread_cond_init() local
194 struct k_condvar *cv; in pthread_cond_destroy() local