Home
last modified time | relevance | path

Searched refs:_rw_shared (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/thread/
Dpthread_rwlock_init.c6 if (a) rw->_rw_shared = a->__attr[0]*128; in pthread_rwlock_init()
Dpthread_rwlock_unlock.c5 int val, cnt, waiters, new, priv = rw->_rw_shared^128; in __pthread_rwlock_unlock()
Dpthread_rwlock_timedrdlock.c18 r = __timedwait(&rw->_rw_lock, t, CLOCK_REALTIME, at, rw->_rw_shared^128); in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_timedwrlock.c18 r = __timedwait(&rw->_rw_lock, t, CLOCK_REALTIME, at, rw->_rw_shared^128); in __pthread_rwlock_timedwrlock()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_rwlock_timedrdlock.c34 r = __timedwait(&rw->_rw_lock, t, clock, at, rw->_rw_shared^128); in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_timedwrlock.c37 r = __timedwait(&rw->_rw_lock, t, clock, at, rw->_rw_shared^128); in __pthread_rwlock_timedwrlock()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h47 #define _rw_shared __u.__i[2] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h46 #define _rw_shared __u.__i[2] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h47 #define _rw_shared __u.__i[2] macro
/third_party/musl/src/internal/
Dpthread_impl.h93 #define _rw_shared __u.__i[2] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h93 #define _rw_shared __u.__i[2] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h94 #define _rw_shared __u.__i[2] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h122 #define _rw_shared __u.__i[2] macro