Home
last modified time | relevance | path

Searched refs:pthread_rwlock_rdlock (Results 1 – 25 of 66) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_rdlock_sup.c29 TEST(pthread_rwlock_rdlock(&g_rwlock1) == 0); in pthreadRdlockR1()
38 TEST(pthread_rwlock_rdlock(&g_rwlock1) == 0); in pthreadRdlockR2()
53 TEST(pthread_rwlock_rdlock(&g_rwlock1) == 0); in pthread_rwlock_rdlock_0100()
67 TEST(pthread_rwlock_rdlock(&g_rwlock1) == 0); in pthread_rwlock_rdlock_0200()
68 TEST(pthread_rwlock_rdlock(&g_rwlock1) == 0); in pthread_rwlock_rdlock_0200()
/third_party/elfutils/libdw/
Dlibdw_alloc.c56 pthread_rwlock_rdlock (&dbg->mem_rwl); in __libdw_alloc_tail()
81 pthread_rwlock_rdlock (&dbg->mem_rwl); in __libdw_alloc_tail()
111 pthread_rwlock_rdlock (&dbg->mem_rwl); in __libdw_thread_tail()
132 pthread_rwlock_rdlock (&dbg->mem_rwl); in __libdw_allocate()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D1-1.c56 if (pthread_rwlock_rdlock(&rwlock) != 0) { in fn_rd()
72 if (pthread_rwlock_rdlock(&rwlock) != 0) { in fn_rd()
121 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D4-2.c71 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
D2-1.c47 if ((rc = pthread_rwlock_rdlock(&rwl1)) != 0) { in main()
62 if ((rc = pthread_rwlock_rdlock(&rwl2)) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D1-1.c50 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
84 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-3.c84 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
159 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-1.c84 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
159 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-2.c84 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
158 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_rdlock() function:
D5-1.c38 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c1345 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_lookup()
1387 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_getattr()
1429 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_setattr()
1509 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_access()
1532 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_readlink()
1558 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_mknod()
1598 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_mkdir()
1677 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_symlink()
1740 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_link()
1794 pthread_rwlock_rdlock(&f->tree_lock); in fuse_lib_create()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_rwlock_test.cpp100 EXPECT_EQ(0, pthread_rwlock_rdlock(&arg->lock_)); in TestPthreadRwlockWakeupWriter()
348 EXPECT_EQ(0, pthread_rwlock_rdlock(&wrLock));
362 EXPECT_EQ(0, pthread_rwlock_rdlock(&wrLock));
363 EXPECT_EQ(0, pthread_rwlock_rdlock(&wrLock));
/third_party/musl/src/thread/
Dpthread_rwlock_rdlock.c8 weak_alias(__pthread_rwlock_rdlock, pthread_rwlock_rdlock);
Dlock_ptc.c12 pthread_rwlock_rdlock(&lock); in __acquire_ptc()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
D3-1.c33 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D3-1.c45 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
D2-1.c35 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
D1-1.c35 rc = pthread_rwlock_rdlock(&rwlock); in fn_rd()
/third_party/musl/libc-test/src/regression/
Dpthread_rwlock-ebusy.c33 T(pthread_rwlock_rdlock(&rw)); in main()
/third_party/mesa3d/src/util/
Drwlock.h75 return pthread_rwlock_rdlock(&rwlock->rwlock); in u_rwlock_rdlock()
/third_party/musl/libc-test/src/functionalext/thread/
Dtest_src_functionalext_thread.gni16 "pthread_rwlock_rdlock",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRWMutex.cpp76 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D1-1.c83 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
D1-1.c78 if (pthread_rwlock_rdlock(&rwlock) != 0) { in main()

123