/third_party/musl/libc-test/src/functionalext/thread/ |
D | pthread_rwlock_wrlock.c | 28 EXPECT_EQ(pthread_rwlock_wrlock(&w_rwlock1), 0); in RwlockClockRealTimeOut1() 51 EXPECT_EQ(pthread_rwlock_wrlock(&w_rwlock2), 0); in RwlockClockRealTimeWait1() 70 EXPECT_EQ(pthread_rwlock_wrlock(&w_rwlock5), 0); in RwlockClockMonotonicTimeOut1() 93 EXPECT_EQ(pthread_rwlock_wrlock(&w_rwlock6), 0); in RwlockClockMonotonicTimeWait1() 111 EXPECT_EQ(pthread_rwlock_wrlock(&w_rwlock3), 0); in RwlockMonotonicTime1() 134 EXPECT_EQ(pthread_rwlock_wrlock(&w_rwlock4), 0); in RwlockMonotonicTime3() 162 EXPECT_EQ(pthread_rwlock_wrlock(&w), 0); in pthread_rwlock_timedwrlock_0010() 180 EXPECT_EQ(pthread_rwlock_wrlock(&w), 0); in pthread_rwlock_timedwrlock_0020() 199 EXPECT_EQ(pthread_rwlock_wrlock(&w), 0); in pthread_rwlock_timedwrlock_0030() 217 EXPECT_EQ(pthread_rwlock_wrlock(&w), 0); in pthread_rwlock_timedwrlock_0040()
|
D | pthread_rwlock_rdlock.c | 25 TEST(pthread_rwlock_wrlock(&g_rwlock1) == 0); in PthreadClockRdlockNoOutRealTimeW1() 65 TEST(pthread_rwlock_wrlock(&g_rwlock2) == 0); in PthreadClockRdlockOutRealTimeW1() 110 TEST(pthread_rwlock_wrlock(&g_rwlock3) == 0); in PthreadClockRdlockNoOutMonoTimeW1() 150 TEST(pthread_rwlock_wrlock(&g_rwlock4) == 0); in PthreadClockRdlockOutMonoTimeW1() 194 TEST(pthread_rwlock_wrlock(&g_rwlock5) == 0); in PthreadTimedRdlockMonoNPNoOutW1() 234 TEST(pthread_rwlock_wrlock(&g_rwlock6) == 0); in PthreadTimedRdlockMonoNPOutW1()
|
D | test_src_functionalext_thread.gni | 17 "pthread_rwlock_wrlock",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 3-1.c | 40 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main() 50 rc = pthread_rwlock_wrlock(&rwlock); in main()
|
D | 1-1.c | 51 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr() 143 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
D | 2-1.c | 71 rc = pthread_rwlock_wrlock(&rwlock); in th_fn() 102 rc = pthread_rwlock_wrlock(&rwlock); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_rwlock_wrlock() function:
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
D | 3-1.c | 120 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr_1() 157 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr_2() 205 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
D | 2-1.c | 50 if (pthread_rwlock_wrlock(&rwlock) != 0) { in fn_wr() 81 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
D | 1-1.c | 89 if (pthread_rwlock_wrlock(&rwlock) != 0) { in fn_rd()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_rwlock_test.cpp | 107 EXPECT_EQ(0, pthread_rwlock_wrlock(&arg->lock_)); in TestPthreadRwlockWakeupWriter() 134 RwlockHandleControl* rhc = new RwlockHandleControl(&pthread_rwlock_wrlock); 378 EXPECT_EQ(0, pthread_rwlock_wrlock(&wrLock)); 417 EXPECT_EQ(0, pthread_rwlock_wrlock(&wrLock));
|
/third_party/musl/src/thread/ |
D | pthread_rwlock_wrlock.c | 8 weak_alias(__pthread_rwlock_wrlock, pthread_rwlock_wrlock);
|
D | lock_ptc.c | 7 pthread_rwlock_wrlock(&lock); in __inhibit_ptc()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 3-1.c | 59 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_rwlock_tryrdlock.c | 52 int ret = pthread_rwlock_wrlock(&rwlock); in pthread_rwlock_tryrdlock_0200()
|
D | pthread_rwlock_trywrlock.c | 52 int ret = pthread_rwlock_wrlock(&rwlock); in pthread_rwlock_trywrlock_0200()
|
/third_party/musl/libc-test/src/regression/ |
D | pthread_rwlock-ebusy.c | 38 T(pthread_rwlock_wrlock(&rw)); in main()
|
/third_party/mesa3d/src/util/ |
D | rwlock.h | 95 return pthread_rwlock_wrlock(&rwlock->rwlock); in u_rwlock_wrlock()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 2-1.c | 100 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 2-1.c | 104 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | RWMutex.cpp | 96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 1-1.c | 130 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
D | 4-1.c | 100 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/ |
D | 1-1.c | 149 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/ |
D | 2-1.c | 184 if ((pthread_rwlock_wrlock(&(rwlock_data->rwl))) != 0) { in main()
|