| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
| H A D | 2-1.c | 30 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 4-2.c | 31 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 3-1.c | 47 static pthread_rwlock_t rwlock; variable [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
| H A D | 6-2.c | 50 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 6-1.c | 40 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 3-1.c | 49 static pthread_rwlock_t rwlock; global() variable [all...] |
| H A D | 1-1.c | 46 static pthread_rwlock_t rwlock; global() variable [all...] |
| H A D | 5-1.c | 45 pthread_rwlock_t rwlock; in fn_rd_1() local 90 pthread_rwlock_t rwlock; in fn_rd_2() local [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
| H A D | 6-2.c | 50 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 6-1.c | 40 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 3-1.c | 41 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 1-1.c | 39 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 5-1.c | 52 pthread_rwlock_t rwlock; in fn_wr_1() local 97 pthread_rwlock_t rwlock; in fn_wr_2() local [all...] |
| /third_party/node/deps/uvwasi/src/ |
| H A D | fd_table.h | 29 uv_rwlock_t rwlock; member
|
| /foundation/resourceschedule/ffrt/src/sync/ |
| H A D | shared_mutex.cpp | 182 int ffrt_rwlock_init(ffrt_rwlock_t* rwlock, const ffrt_rwlockattr_t* attr) in ffrt_rwlock_init() argument 200 int ffrt_rwlock_wrlock(ffrt_rwlock_t* rwlock) in ffrt_rwlock_wrlock() argument 212 int ffrt_rwlock_trywrlock(ffrt_rwlock_t* rwlock) in ffrt_rwlock_trywrlock() argument 223 ffrt_rwlock_rdlock(ffrt_rwlock_t* rwlock) ffrt_rwlock_rdlock() argument 235 ffrt_rwlock_tryrdlock(ffrt_rwlock_t* rwlock) ffrt_rwlock_tryrdlock() argument 246 ffrt_rwlock_unlock(ffrt_rwlock_t* rwlock) ffrt_rwlock_unlock() argument 258 ffrt_rwlock_destroy(ffrt_rwlock_t* rwlock) ffrt_rwlock_destroy() argument [all...] |
| /kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/ |
| H A D | rwlock.h | 9 pthread_rwlock_t rwlock; member
|
| /kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/ |
| H A D | pthread_spinlock_test_001.cpp | 133 pthread_rwlockattr_t rwlock; in Testcase() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
| H A D | 2-2.c | 48 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 2-1.c | 48 static pthread_rwlock_t rwlock; variable [all...] |
| H A D | 2-3.c | 48 static pthread_rwlock_t rwlock; variable [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | rwlock_rt.h | 13 static inline void __rt_rwlock_init(rwlock_t *rwlock, char *name, in __rt_rwlock_init() argument 35 static __always_inline void read_lock(rwlock_t *rwlock) in read_lock() argument 40 read_lock_bh(rwlock_t *rwlock) read_lock_bh() argument 46 read_lock_irq(rwlock_t *rwlock) read_lock_irq() argument 60 read_unlock(rwlock_t *rwlock) read_unlock() argument 65 read_unlock_bh(rwlock_t *rwlock) read_unlock_bh() argument 71 read_unlock_irq(rwlock_t *rwlock) read_unlock_irq() argument 76 read_unlock_irqrestore(rwlock_t *rwlock, unsigned long flags) read_unlock_irqrestore() argument 82 write_lock(rwlock_t *rwlock) write_lock() argument 88 write_lock_nested(rwlock_t *rwlock, int subclass) write_lock_nested() argument 96 write_lock_bh(rwlock_t *rwlock) write_lock_bh() argument 102 write_lock_irq(rwlock_t *rwlock) write_lock_irq() argument 126 write_unlock(rwlock_t *rwlock) write_unlock() argument 131 write_unlock_bh(rwlock_t *rwlock) write_unlock_bh() argument 137 write_unlock_irq(rwlock_t *rwlock) write_unlock_irq() argument 142 write_unlock_irqrestore(rwlock_t *rwlock, unsigned long flags) write_unlock_irqrestore() argument [all...] |
| /kernel/liteos_a/kernel/base/ipc/ |
| H A D | los_rwlock.c | 43 BOOL LOS_RwlockIsValid(const LosRwlock *rwlock)
in LOS_RwlockIsValid() argument 52 UINT32 LOS_RwlockInit(LosRwlock *rwlock)
in LOS_RwlockInit() argument 75 LOS_RwlockDestroy(LosRwlock *rwlock) LOS_RwlockDestroy() argument 99 OsRwlockCheck(const LosRwlock *rwlock) OsRwlockCheck() argument 130 OsRwlockRdPendOp(LosTaskCB *runTask, LosRwlock *rwlock, UINT32 timeout) OsRwlockRdPendOp() argument 174 OsRwlockWrPendOp(LosTaskCB *runTask, LosRwlock *rwlock, UINT32 timeout) OsRwlockWrPendOp() argument 215 OsRwlockRdUnsafe(LosRwlock *rwlock, UINT32 timeout) OsRwlockRdUnsafe() argument 224 OsRwlockTryRdUnsafe(LosRwlock *rwlock, UINT32 timeout) OsRwlockTryRdUnsafe() argument 253 OsRwlockWrUnsafe(LosRwlock *rwlock, UINT32 timeout) OsRwlockWrUnsafe() argument 262 OsRwlockTryWrUnsafe(LosRwlock *rwlock, UINT32 timeout) OsRwlockTryWrUnsafe() argument 282 LOS_RwlockRdLock(LosRwlock *rwlock, UINT32 timeout) LOS_RwlockRdLock() argument 297 LOS_RwlockTryRdLock(LosRwlock *rwlock) LOS_RwlockTryRdLock() argument 312 LOS_RwlockWrLock(LosRwlock *rwlock, UINT32 timeout) LOS_RwlockWrLock() argument 327 LOS_RwlockTryWrLock(LosRwlock *rwlock) LOS_RwlockTryWrLock() argument 363 OsRwlockPostOp(LosRwlock *rwlock, BOOL *needSched) OsRwlockPostOp() argument 409 OsRwlockUnlockUnsafe(LosRwlock *rwlock, BOOL *needSched) OsRwlockUnlockUnsafe() argument 441 LOS_RwlockUnLock(LosRwlock *rwlock) LOS_RwlockUnLock() argument [all...] |
| /kernel/liteos_a/testsuites/unittest/process/lock/rwlock/full/ |
| H A D | pthread_rwlock_test_002.cpp | 226 pthread_rwlockattr_t rwlock; in PthreadRwlockTest() local
|
| /kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/ |
| H A D | pthread_rwlock_test_001.cpp | 226 pthread_rwlockattr_t rwlock; in Testcase() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | thread_rwlock_test.cpp | 233 pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; in HWTEST_F() local 334 pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; HWTEST_F() local [all...] |