Home
last modified time | relevance | path

Searched refs:pthread_rwlock_unlock (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_rwlock_wrlock.c32 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock1), 0); in RwlockClockRealTimeOut1()
60 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock2), 0); in RwlockClockRealTimeWait1()
71 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock2), 0); in RwlockClockRealTimeWait2()
80 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock5), 0); in RwlockClockMonotonicTimeOut1()
110 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock6), 0); in RwlockClockMonotonicTimeWait1()
120 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock6), 0); in RwlockClockMonotonicTimeWait2()
129 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock3), 0); in RwlockMonotonicTime1()
159 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock4), 0); in RwlockMonotonicTime3()
169 EXPECT_EQ(pthread_rwlock_unlock(&w_rwlock4), 0); in RwlockMonotonicTime4()
187 EXPECT_EQ(pthread_rwlock_unlock( in pthread_rwlock_timedwrlock_0010()
[all...]
H A 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/
H A 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/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
H A D1-1.c7 * Test that pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
9 * pthread_rwlock_unlock() function shall release a lock held on the
62 rc = pthread_rwlock_unlock(&rwlock); in fn_rd()
65 ("Test FAILED: thread: Error at pthread_rwlock_unlock(), Error Code=%d\n", in fn_rd()
78 rc = pthread_rwlock_unlock(&rwlock); in fn_rd()
81 ("Test FAILED: thread: Error at 2nd pthread_rwlock_unlock(), Error Code=%d\n", in fn_rd()
95 rc = pthread_rwlock_unlock(&rwlock); in fn_rd()
154 rc = pthread_rwlock_unlock(&rwlock); in main()
H A D3-1.c102 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
103 printf("rd_thread: Error at pthread_rwlock_unlock()\n"); in fn_rd()
138 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr_1()
139 printf("wr_thread: Error at pthread_rwlock_unlock()\n"); in fn_wr_1()
174 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr_2()
175 printf("wr_thread: Error at pthread_rwlock_unlock()\n"); in fn_wr_2()
294 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
H A D2-1.c7 * Test that pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
9 * pthread_rwlock_unlock() function shall release a lock held on the
56 rc = pthread_rwlock_unlock(&rwlock); in fn_wr()
110 rc = pthread_rwlock_unlock(&rwlock); in main()
H A D4-2.c7 * Test that pthread_rwlock_unlock(pthread_rwlock_t *rwlock)
48 rc = pthread_rwlock_unlock(&rwlock); in fn_unlk()
102 pthread_rwlock_unlock(&rwlock); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A 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)); in HWTEST_F()
364 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock)); in HWTEST_F()
365 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock)); in HWTEST_F()
379 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock)); in HWTEST_F()
396 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock)); in HWTEST_F()
415 EXPECT_EQ(0, pthread_rwlock_unlock(&wrLock)); in HWTEST_F()
416 EXPECT_EQ(0, pthread_rwlock_unlock( in HWTEST_F()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
H A D1-1.c62 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
63 printf("rd_thread: Error at pthread_rwlock_unlock()\n"); in fn_rd()
117 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
159 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
H A D2-2.c96 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
97 printf("rd_thread: Error at pthread_rwlock_unlock()\n"); in fn_rd()
127 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
128 printf("wr_thread: Error at pthread_rwlock_unlock()\n"); in fn_wr()
217 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
H A D2-1.c96 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
97 printf("rd_thread: Error at pthread_rwlock_unlock()\n"); in fn_rd()
127 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
128 printf("wr_thread: Error at pthread_rwlock_unlock()\n"); in fn_wr()
218 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
H A D2-3.c96 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd()
97 printf("rd_thread: Error at pthread_rwlock_unlock()\n"); in fn_rd()
127 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
128 printf("wr_thread: Error at pthread_rwlock_unlock()\n"); in fn_wr()
217 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/
H A D1-1.c62 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_rd_1()
63 printf("Error at pthread_rwlock_unlock()\n"); in fn_rd_1()
138 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
139 printf("main: Error at pthread_rwlock_unlock\n"); in main()
180 if (pthread_rwlock_unlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
H A D1-1.c55 if (pthread_rwlock_unlock(&rwlock) != 0) { in fn_wr()
56 printf("thread1: Error at pthread_rwlock_unlock()\n"); 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_init/
H A 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/
H A D2-1.c56 if ((rc = pthread_rwlock_unlock(&rwl1)) != 0) { in main()
57 printf("Error at pthread_rwlock_unlock: rwl1\n"); in main()
67 if ((rc = pthread_rwlock_unlock(&rwl2)) != 0) { in main()
68 printf("Error at pthread_rwlock_unlock:rwl2\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
H A 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()
H A 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()
/third_party/musl/libc-test/src/regression/
H A Dpthread_rwlock-ebusy.c36 T(pthread_rwlock_unlock(&rw)); in main()
41 T(pthread_rwlock_unlock(&rw)); in main()
/third_party/mesa3d/src/util/
H A Drwlock.h85 return pthread_rwlock_unlock(&rwlock->rwlock); in u_rwlock_rdunlock()
105 return pthread_rwlock_unlock(&rwlock->rwlock); in u_rwlock_wrunlock()

Completed in 8 milliseconds

1234