Home
last modified time | relevance | path

Searched defs:rwlock (Results 26 - 50 of 66) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
H A D2-1.c30 static pthread_rwlock_t rwlock; variable
[all...]
H A D4-2.c31 static pthread_rwlock_t rwlock; variable
[all...]
H A D3-1.c47 static pthread_rwlock_t rwlock; variable
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
H A D6-2.c50 static pthread_rwlock_t rwlock; variable
[all...]
H A D6-1.c40 static pthread_rwlock_t rwlock; variable
[all...]
H A D3-1.c49 static pthread_rwlock_t rwlock; global() variable
[all...]
H A D1-1.c46 static pthread_rwlock_t rwlock; global() variable
[all...]
H A D5-1.c45 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 D6-2.c50 static pthread_rwlock_t rwlock; variable
[all...]
H A D6-1.c40 static pthread_rwlock_t rwlock; variable
[all...]
H A D3-1.c41 static pthread_rwlock_t rwlock; variable
[all...]
H A D1-1.c39 static pthread_rwlock_t rwlock; variable
[all...]
H A D5-1.c52 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 Dfd_table.h29 uv_rwlock_t rwlock; member
/foundation/resourceschedule/ffrt/src/sync/
H A Dshared_mutex.cpp182 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 Drwlock.h9 pthread_rwlock_t rwlock; member
/kernel/liteos_a/testsuites/unittest/process/lock/spinlock/smoke/
H A Dpthread_spinlock_test_001.cpp133 pthread_rwlockattr_t rwlock; in Testcase() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
H A D2-2.c48 static pthread_rwlock_t rwlock; variable
[all...]
H A D2-1.c48 static pthread_rwlock_t rwlock; variable
[all...]
H A D2-3.c48 static pthread_rwlock_t rwlock; variable
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Drwlock_rt.h13 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 Dlos_rwlock.c43 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 Dpthread_rwlock_test_002.cpp226 pthread_rwlockattr_t rwlock; in PthreadRwlockTest() local
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/smoke/
H A Dpthread_rwlock_test_001.cpp226 pthread_rwlockattr_t rwlock; in Testcase() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp233 pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; in HWTEST_F() local
334 pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; HWTEST_F() local
[all...]

Completed in 8 milliseconds

123