Home
last modified time | relevance | path

Searched refs:pthread_rwlock_unlock (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_rwlock_wrlock.c31 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock1), 0); in RwlockClockRealTimeOut1()
53 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock2), 0); in RwlockClockRealTimeWait1()
64 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock2), 0); in RwlockClockRealTimeWait2()
73 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock5), 0); in RwlockClockMonotonicTimeOut1()
95 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock6), 0); in RwlockClockMonotonicTimeWait1()
105 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock6), 0); in RwlockClockMonotonicTimeWait2()
114 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock3), 0); in RwlockMonotonicTime1()
136 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock4), 0); in RwlockMonotonicTime3()
146 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock4), 0); in RwlockMonotonicTime4()
164 EXPECT_EQ(pthread_rwlock_unlock(&w), 0); in pthread_rwlock_timedwrlock_0010()
[all …]
Dpthread_rwlock_rdlock.c27 TEST(pthread_rwlock_unlock(&g_rwlock1) == 0); in PthreadClockRdlockNoOutRealTimeW1()
37 TEST(pthread_rwlock_unlock(&g_rwlock1) == 0); in PthreadClockRdlockNoOutRealTimeR2()
68 TEST(pthread_rwlock_unlock(&g_rwlock2) == 0); in PthreadClockRdlockOutRealTimeW1()
112 TEST(pthread_rwlock_unlock(&g_rwlock3) == 0); in PthreadClockRdlockNoOutMonoTimeW1()
122 TEST(pthread_rwlock_unlock(&g_rwlock3) == 0); in PthreadClockRdlockNoOutMonoTimeR2()
153 TEST(pthread_rwlock_unlock(&g_rwlock4) == 0); in PthreadClockRdlockOutMonoTimeW1()
196 TEST(pthread_rwlock_unlock(&g_rwlock5) == 0); in PthreadTimedRdlockMonoNPNoOutW1()
206 TEST(pthread_rwlock_unlock(&g_rwlock5) == 0); in PthreadTimedRdlockMonoNPNoOutR2()
237 TEST(pthread_rwlock_unlock(&g_rwlock6) == 0); in PthreadTimedRdlockMonoNPOutW1()
/third_party/elfutils/libdw/
Dlibdw_alloc.c59 pthread_rwlock_unlock (&dbg->mem_rwl); in __libdw_alloc_tail()
71 pthread_rwlock_unlock (&dbg->mem_rwl); in __libdw_alloc_tail()
80 pthread_rwlock_unlock (&dbg->mem_rwl); in __libdw_alloc_tail()
92 pthread_rwlock_unlock (&dbg->mem_rwl); in __libdw_alloc_tail()
101 pthread_rwlock_unlock (&dbg->mem_rwl); in __libdw_alloc_tail()
113 pthread_rwlock_unlock (&dbg->mem_rwl); in __libdw_thread_tail()
135 pthread_rwlock_unlock (&dbg->mem_rwl); in __libdw_allocate()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_rdlock_sup.c31 TEST(pthread_rwlock_unlock(&g_rwlock1) == 0); in pthreadRdlockR1()
40 TEST(pthread_rwlock_unlock(&g_rwlock1) == 0); in pthreadRdlockR2()
54 TEST(pthread_rwlock_unlock(&g_rwlock1) == 0); in pthread_rwlock_rdlock_0100()
69 TEST(pthread_rwlock_unlock(&g_rwlock1) == 0); in pthread_rwlock_rdlock_0200()
70 TEST(pthread_rwlock_unlock(&g_rwlock1) == 0); in pthread_rwlock_rdlock_0200()
Dpthread_rwlock_timedrdlock.c41 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedrdlock_0100()
66 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedrdlock_0200()
90 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedrdlock_0300()
113 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedrdlock_time64_0100()
Dpthread_rwlock_timedwrlock.c41 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedwrlock_0100()
66 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedwrlock_0200()
90 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedwrlock_0300()
113 pthread_rwlock_unlock(&rwlock); in pthread_rwlock_timedwrlock_time64_0100()
Dpthread_rwlock_tryrdlock.c33 ret = pthread_rwlock_unlock(&rwlock); in pthread_rwlock_tryrdlock_0100()
58 ret = pthread_rwlock_unlock(&rwlock); in pthread_rwlock_tryrdlock_0200()
Dpthread_rwlock_trywrlock.c33 ret = pthread_rwlock_unlock(&rwlock); in pthread_rwlock_trywrlock_0100()
58 ret = pthread_rwlock_unlock(&rwlock); in pthread_rwlock_trywrlock_0200()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_rwlock_test.cpp57 EXPECT_EQ(0, pthread_rwlock_unlock(&arg->lock_)); in PthreadRwlockWakeupHelper()
104 EXPECT_EQ(0, pthread_rwlock_unlock(&arg->lock_)); in TestPthreadRwlockWakeupWriter()
112 EXPECT_EQ(0, pthread_rwlock_unlock(&arg->lock_)); in TestPthreadRwlockWakeupWriter()
349 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock));
364 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock));
365 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock));
379 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock));
396 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock));
415 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock));
416 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock));
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D1-1.c62 rc = pthread_rwlock_unlock(&rwlock); in fn_rd()
78 rc = pthread_rwlock_unlock(&rwlock); in fn_rd()
95 rc = pthread_rwlock_unlock(&rwlock); in fn_rd()
154 rc = pthread_rwlock_unlock(&rwlock); in main()
D3-1.c102 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
138 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr_1()
174 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr_2()
294 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D1-1.c62 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
117 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
159 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
D2-3.c96 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
127 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
217 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
D2-2.c96 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
127 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
217 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
D2-1.c96 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
127 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
218 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D1-1.c55 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
114 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
173 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/
D1-1.c62 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd_1()
138 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
180 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D1-1.c70 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
137 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
189 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
D3-1.c78 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
151 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
205 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.c437 pthread_rwlock_unlock(&htab->resize_rwl); in INSERT()
441 pthread_rwlock_unlock(&htab->resize_rwl); in INSERT()
447 pthread_rwlock_unlock(&htab->resize_rwl); in INSERT()
461 pthread_rwlock_unlock(&htab->resize_rwl); in INSERT()
486 pthread_rwlock_unlock(&htab->resize_rwl); in FIND()
494 pthread_rwlock_unlock(&htab->resize_rwl); in FIND()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D3-1.c52 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
66 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
D2-1.c56 if ((rc = pthread_rwlock_unlock(&rwl1)) != 0) { in main()
67 if ((rc = pthread_rwlock_unlock(&rwl2)) != 0) { in main()
/third_party/musl/libc-test/src/regression/
Dpthread_rwlock-ebusy.c36 T(pthread_rwlock_unlock(&rw)); in main()
41 T(pthread_rwlock_unlock(&rw)); in main()
/third_party/mesa3d/src/util/
Drwlock.h85 return pthread_rwlock_unlock(&rwlock->rwlock); in u_rwlock_rdunlock()
105 return pthread_rwlock_unlock(&rwlock->rwlock); in u_rwlock_wrunlock()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D1-1.c75 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
188 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
245 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()

1234