Home
last modified time | relevance | path

Searched refs:pthread_rwlock_tryrdlock (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/
D1-1.c53 rc = pthread_rwlock_tryrdlock(&rwlock); in fn_rd_1()
75 ret = pthread_rwlock_tryrdlock(&rwlock); in fn_rd_2()
100 rc = pthread_rwlock_tryrdlock(&rwlock); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_tryrdlock() function:
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_tryrdlock.c31 int ret = pthread_rwlock_tryrdlock(&rwlock); in pthread_rwlock_tryrdlock_0100()
55 ret = pthread_rwlock_tryrdlock(&rwlock); in pthread_rwlock_tryrdlock_0200()
Dtest_src_functionalext_supplement_thread.gni71 "pthread_rwlock_tryrdlock",
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_rwlock_test.cpp395 EXPECT_EQ(EBUSY, pthread_rwlock_tryrdlock(&wrLock));
412 EXPECT_EQ(0, pthread_rwlock_tryrdlock(&wrLock));
413 EXPECT_EQ(0, pthread_rwlock_tryrdlock(&wrLock));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
Dcoverage.txt1 This document defines the coverage for the pthread_rwlock_tryrdlock() function:
/third_party/musl/src/thread/
Dpthread_rwlock_tryrdlock.c15 weak_alias(__pthread_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
Dpthread_rwlock_timedrdlock.c8 r = pthread_rwlock_tryrdlock(rw); in __pthread_rwlock_timedrdlock()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_rwlock_timedrdlock.c23 r = pthread_rwlock_tryrdlock(rw); in __pthread_rwlock_timedrdlock()
/third_party/musl/libc-test/src/regression/
Dpthread_rwlock-ebusy.c12 int r = pthread_rwlock_tryrdlock(arg); in tryrdlock()
/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.c406 while (pthread_rwlock_tryrdlock(&htab->resize_rwl) != 0) in INSERT()
475 while (pthread_rwlock_tryrdlock(&htab->resize_rwl) != 0) in FIND()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads85 pthread_rwlock_tryrdlock YES LOW
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h225 #define pthread_rwlock_tryrdlock dng_pthread_rwlock_tryrdlock macro
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h124 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h131 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h131 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h131 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
/third_party/musl/libc-test/src/api/
Dpthread.c125 {int(*p)(pthread_rwlock_t*) = pthread_rwlock_tryrdlock;} in f()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h179 #define pthread_rwlock_tryrdlock _pthread_rwlock_tryrdlock macro
/third_party/musl/include/
Dpthread.h278 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
/third_party/musl/porting/linux/user/include/
Dpthread.h225 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp235 pthread_rwlock_tryrdlock(&rwlock); in Bm_function_pthread_rwlock_tryrdlock()
309 pthread_rwlock_tryrdlock(&lock); in BM_pthread_rwlock_tryread()
/third_party/node/deps/v8/src/base/platform/
Dmutex.cc292 bool result = pthread_rwlock_tryrdlock(&native_handle_) == 0; in TryLockShared()
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt709 pthread_rwlock_tryrdlock
/third_party/libuv/src/unix/
Dthread.c396 err = pthread_rwlock_tryrdlock(rwlock); in uv_rwlock_tryrdlock()

12