/third_party/mesa3d/src/util/ |
D | rwlock.h | 44 SRWLOCK rwlock; member 50 static inline int u_rwlock_init(struct u_rwlock *rwlock) in u_rwlock_init() 60 static inline int u_rwlock_destroy(struct u_rwlock *rwlock) in u_rwlock_destroy() 69 static inline int u_rwlock_rdlock(struct u_rwlock *rwlock) in u_rwlock_rdlock() 79 static inline int u_rwlock_rdunlock(struct u_rwlock *rwlock) in u_rwlock_rdunlock() 89 static inline int u_rwlock_wrlock(struct u_rwlock *rwlock) in u_rwlock_wrlock() 99 static inline int u_rwlock_wrunlock(struct u_rwlock *rwlock) in u_rwlock_wrunlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | RWMutex.cpp | 44 pthread_rwlock_t* rwlock = in RWMutexImpl() local 64 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in ~RWMutexImpl() local 73 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock_shared() local 83 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock_shared() local 93 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in lock() local 103 pthread_rwlock_t* rwlock = static_cast<pthread_rwlock_t*>(data_); in unlock() local
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_rwlock_timedwrlock.c | 30 pthread_rwlock_t rwlock; in pthread_rwlock_timedwrlock_0100() local 54 pthread_rwlock_t rwlock; in pthread_rwlock_timedwrlock_0200() local 78 pthread_rwlock_t rwlock; in pthread_rwlock_timedwrlock_0300() local 102 pthread_rwlock_t rwlock; in pthread_rwlock_timedwrlock_time64_0100() local
|
D | pthread_rwlock_timedrdlock.c | 30 pthread_rwlock_t rwlock; in pthread_rwlock_timedrdlock_0100() local 54 pthread_rwlock_t rwlock; in pthread_rwlock_timedrdlock_0200() local 78 pthread_rwlock_t rwlock; in pthread_rwlock_timedrdlock_0300() local 102 pthread_rwlock_t rwlock; in pthread_rwlock_timedrdlock_time64_0100() local
|
D | pthread_rwlock_tryrdlock.c | 26 pthread_rwlock_t rwlock; in pthread_rwlock_tryrdlock_0100() local 47 pthread_rwlock_t rwlock; in pthread_rwlock_tryrdlock_0200() local
|
D | pthread_rwlock_trywrlock.c | 26 pthread_rwlock_t rwlock; in pthread_rwlock_trywrlock_0100() local 47 pthread_rwlock_t rwlock; in pthread_rwlock_trywrlock_0200() local
|
/third_party/libuv/src/win/ |
D | thread.c | 259 int uv_rwlock_init(uv_rwlock_t* rwlock) { in uv_rwlock_init() 267 void uv_rwlock_destroy(uv_rwlock_t* rwlock) { in uv_rwlock_destroy() 273 void uv_rwlock_rdlock(uv_rwlock_t* rwlock) { in uv_rwlock_rdlock() 278 int uv_rwlock_tryrdlock(uv_rwlock_t* rwlock) { in uv_rwlock_tryrdlock() 286 void uv_rwlock_rdunlock(uv_rwlock_t* rwlock) { in uv_rwlock_rdunlock() 291 void uv_rwlock_wrlock(uv_rwlock_t* rwlock) { in uv_rwlock_wrlock() 296 int uv_rwlock_trywrlock(uv_rwlock_t* rwlock) { in uv_rwlock_trywrlock() 304 void uv_rwlock_wrunlock(uv_rwlock_t* rwlock) { in uv_rwlock_wrunlock()
|
/third_party/openssl/crypto/ |
D | threads_win.c | 44 CRYPTO_win_rwlock *rwlock; in CRYPTO_THREAD_lock_new() local 74 CRYPTO_win_rwlock *rwlock = lock; in CRYPTO_THREAD_read_lock() local 86 CRYPTO_win_rwlock *rwlock = lock; in CRYPTO_THREAD_write_lock() local 99 CRYPTO_win_rwlock *rwlock = lock; in CRYPTO_THREAD_unlock() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 5-1.c | 52 pthread_rwlock_t rwlock; in fn_wr_1() local 97 pthread_rwlock_t rwlock; in fn_wr_2() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 5-1.c | 45 pthread_rwlock_t rwlock; in fn_rd_1() local 90 pthread_rwlock_t rwlock; in fn_rd_2() local
|
/third_party/libuv/src/unix/ |
D | thread.c | 376 int uv_rwlock_init(uv_rwlock_t* rwlock) { in uv_rwlock_init() 381 void uv_rwlock_destroy(uv_rwlock_t* rwlock) { in uv_rwlock_destroy() 387 void uv_rwlock_rdlock(uv_rwlock_t* rwlock) { in uv_rwlock_rdlock() 393 int uv_rwlock_tryrdlock(uv_rwlock_t* rwlock) { in uv_rwlock_tryrdlock() 407 void uv_rwlock_rdunlock(uv_rwlock_t* rwlock) { in uv_rwlock_rdunlock() 413 void uv_rwlock_wrlock(uv_rwlock_t* rwlock) { in uv_rwlock_wrlock() 419 int uv_rwlock_trywrlock(uv_rwlock_t* rwlock) { in uv_rwlock_trywrlock() 433 void uv_rwlock_wrunlock(uv_rwlock_t* rwlock) { in uv_rwlock_wrunlock()
|
/third_party/libuv/test/ |
D | test-mutexes.c | 30 static uv_rwlock_t rwlock; variable 74 uv_rwlock_t rwlock; in TEST_IMPL() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/speculative/ |
D | 3-1.c | 26 static pthread_rwlock_t rwlock; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 29 static pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 31 static pthread_rwlock_t rwlock; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/ |
D | 3-1.c | 25 pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 25 pthread_rwlock_t rwlock; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 4-1.c | 31 static pthread_rwlock_t rwlock; in main() local
|
D | 4-2.c | 31 static pthread_rwlock_t rwlock; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 6-1.c | 29 static pthread_rwlock_t rwlock; in main() local
|
D | 3-1.c | 27 static pthread_rwlock_t rwlock; variable
|
D | 2-1.c | 25 static pthread_rwlock_t rwlock; variable
|
D | 1-1.c | 25 static pthread_rwlock_t rwlock; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 5-1.c | 29 static pthread_rwlock_t rwlock; in main() local
|
D | 1-1.c | 32 static pthread_rwlock_t rwlock; variable
|