Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h75 mtx_t* __mtx, in cnd_timedwait()
80 __BIONIC_THREADS_INLINE int cnd_wait(cnd_t* __cnd, mtx_t* __mtx) { in cnd_wait()
86 __BIONIC_THREADS_INLINE void mtx_destroy(mtx_t* __mtx) { in mtx_destroy()
90 __BIONIC_THREADS_INLINE int mtx_init(mtx_t* __mtx, int __type) { in mtx_init()
102 __BIONIC_THREADS_INLINE int mtx_lock(mtx_t* __mtx) { in mtx_lock()
106 __BIONIC_THREADS_INLINE int mtx_timedlock(mtx_t* __mtx, in mtx_timedlock()
111 __BIONIC_THREADS_INLINE int mtx_trylock(mtx_t* __mtx) { in mtx_trylock()
115 __BIONIC_THREADS_INLINE int mtx_unlock(mtx_t* __mtx) { in mtx_unlock()