Searched refs:__BIONIC_THREADS_INLINE (Results 1 – 3 of 3) sorted by relevance
37 #if defined(__BIONIC_THREADS_INLINE)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()102 __BIONIC_THREADS_INLINE int mtx_lock(mtx_t* __mtx) { in mtx_lock()117 __BIONIC_THREADS_INLINE int mtx_unlock(mtx_t* __mtx) { in mtx_unlock()152 __BIONIC_THREADS_INLINE thrd_t thrd_current(void) { in thrd_current()164 __BIONIC_THREADS_INLINE void thrd_exit(int __result) { in thrd_exit()185 __BIONIC_THREADS_INLINE void thrd_yield(void) { in thrd_yield()[all …]
31 #define __BIONIC_THREADS_INLINE /* Out of line. */ macro
35 #define __BIONIC_THREADS_INLINE static __inline macro