Home
last modified time | relevance | path

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

/lib/libc/common/source/thrd/
A Dcnd.c12 int cnd_broadcast(cnd_t *cond) in cnd_broadcast()
22 void cnd_destroy(cnd_t *cond) in cnd_destroy()
27 int cnd_init(cnd_t *cond) in cnd_init()
39 int cnd_signal(cnd_t *cond) in cnd_signal()
51 int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts) in cnd_timedwait()
63 int cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
/lib/posix/options/
A Dcond.c39 static inline size_t to_posix_cond_idx(pthread_cond_t cond) in to_posix_cond_idx()
44 static struct posix_cond *get_posix_cond(pthread_cond_t cond) in get_posix_cond()
94 static int cond_wait(pthread_cond_t *cond, pthread_mutex_t *mu, const struct timespec *abstime) in cond_wait()
A Dbarrier.c17 struct k_condvar cond; member
/lib/heap/
A Dheap_validate.c21 #define VALIDATE(cond) do { if (!(cond)) { return false; } } while (0) argument
/lib/os/zvfs/
A Dzvfs_eventfd.c178 struct k_condvar *cond = NULL; in zvfs_eventfd_close_op() local
308 struct k_condvar *cond = NULL; in zvfs_eventfd_rw_op() local
/lib/os/
A Dfdtable.c34 struct k_condvar cond; member
197 struct k_condvar **cond) in zvfs_get_obj_lock_and_cond()

Completed in 9 milliseconds