Home
last modified time | relevance | path

Searched refs:pthread_rwlock_wrlock (Results 1 – 25 of 70) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_rwlock_wrlock.c28 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()
Dpthread_rwlock_rdlock.c25 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()
Dtest_src_functionalext_thread.gni17 "pthread_rwlock_wrlock",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D3-1.c40 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
50 rc = pthread_rwlock_wrlock(&rwlock); in main()
D1-1.c51 rc = pthread_rwlock_wrlock(&rwlock); in fn_wr()
143 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
D2-1.c71 rc = pthread_rwlock_wrlock(&rwlock); in th_fn()
102 rc = pthread_rwlock_wrlock(&rwlock); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_wrlock() function:
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D2-1.c50 if (pthread_rwlock_wrlock(&rwlock) != 0) { in fn_wr()
81 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
D3-1.c120 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()
D1-1.c89 if (pthread_rwlock_wrlock(&rwlock) != 0) { in fn_rd()
/third_party/musl/src/thread/
Dpthread_rwlock_wrlock.c8 weak_alias(__pthread_rwlock_wrlock, pthread_rwlock_wrlock);
Dlock_ptc.c7 pthread_rwlock_wrlock(&lock); in __inhibit_ptc()
/third_party/flutter/engine/flutter/fml/platform/posix/
Dshared_mutex_posix.cc19 pthread_rwlock_wrlock(&rwlock_); in Lock()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D3-1.c59 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_trywrlock.c52 int ret = pthread_rwlock_wrlock(&rwlock); in pthread_rwlock_trywrlock_0200()
Dpthread_rwlock_tryrdlock.c52 int ret = pthread_rwlock_wrlock(&rwlock); in pthread_rwlock_tryrdlock_0200()
/third_party/musl/libc-test/src/regression/
Dpthread_rwlock-ebusy.c38 T(pthread_rwlock_wrlock(&rw)); in main()
/third_party/ejdb/src/
Dejdb2_internal.h70 rci_ = pthread_rwlock_wrlock(&(db_)->rwl); \
74 rci_ = pthread_rwlock_wrlock(&(db_)->rwl); \
/third_party/mesa3d/src/util/
Drwlock.h95 return pthread_rwlock_wrlock(&rwlock->rwlock); in u_rwlock_wrlock()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D2-1.c100 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D2-1.c104 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/third_party/boost/boost/log/detail/
Dlight_rw_mutex.hpp119 pthread_rwlock_wrlock(&m_Mutex); in lock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRWMutex.cpp96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D1-1.c130 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/
D1-1.c149 if (pthread_rwlock_wrlock(&rwlock) != 0) { in main()

123