Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h58 __BIONIC_THREADS_INLINE int cnd_broadcast(cnd_t* __cnd) { in cnd_broadcast()
62 __BIONIC_THREADS_INLINE void cnd_destroy(cnd_t* __cnd) { in cnd_destroy()
66 __BIONIC_THREADS_INLINE int cnd_init(cnd_t* __cnd) { in cnd_init()
70 __BIONIC_THREADS_INLINE int cnd_signal(cnd_t* __cnd) { in cnd_signal()
74 __BIONIC_THREADS_INLINE int cnd_timedwait(cnd_t* __cnd, in cnd_timedwait()
80 __BIONIC_THREADS_INLINE int cnd_wait(cnd_t* __cnd, mtx_t* __mtx) { in cnd_wait()