Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dcond.c33 static inline size_t posix_cond_to_offset(struct k_condvar *cv) in posix_cond_to_offset()
72 struct k_condvar *cv; in to_posix_cond() local
96 struct k_condvar *cv; in cond_wait() local
123 struct k_condvar *cv; in pthread_cond_signal() local
145 struct k_condvar *cv; in pthread_cond_broadcast() local
164 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait()
169 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *abstime) in pthread_cond_timedwait()
176 struct k_condvar *cv; in pthread_cond_init() local
196 struct k_condvar *cv; in pthread_cond_destroy() local