Searched refs:_rw_shared (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/src/thread/ |
D | pthread_rwlock_init.c | 6 if (a) rw->_rw_shared = a->__attr[0]*128; in pthread_rwlock_init()
|
D | pthread_rwlock_unlock.c | 5 int val, cnt, waiters, new, priv = rw->_rw_shared^128; in __pthread_rwlock_unlock()
|
D | pthread_rwlock_timedrdlock.c | 18 r = __timedwait(&rw->_rw_lock, t, CLOCK_REALTIME, at, rw->_rw_shared^128); in __pthread_rwlock_timedrdlock()
|
D | pthread_rwlock_timedwrlock.c | 18 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/ |
D | pthread_rwlock_timedrdlock.c | 34 r = __timedwait(&rw->_rw_lock, t, clock, at, rw->_rw_shared^128); in __pthread_rwlock_timedrdlock()
|
D | pthread_rwlock_timedwrlock.c | 37 r = __timedwait(&rw->_rw_lock, t, clock, at, rw->_rw_shared^128); in __pthread_rwlock_timedwrlock()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 47 #define _rw_shared __u.__i[2] macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 46 #define _rw_shared __u.__i[2] macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 47 #define _rw_shared __u.__i[2] macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 93 #define _rw_shared __u.__i[2] macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 93 #define _rw_shared __u.__i[2] macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 94 #define _rw_shared __u.__i[2] macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 122 #define _rw_shared __u.__i[2] macro
|