Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_getpshared (Results 1 - 22 of 22) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
H A D1-1.c48 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) { in main()
49 printf("Error at pthread_rwlockattr_getpshared()\n"); in main()
68 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) { in main()
69 printf("Error at pthread_rwlockattr_getpshared()\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
H A D1-1.c7 * Test that pthread_rwlockattr_getpshared()
13 * 2. Call pthread_rwlockattr_getpshared() to check if the process-shared
39 rc = pthread_rwlockattr_getpshared(&rwla, &pshared); in main()
42 ("Test FAILED: Error at pthread_rwlockattr_getpshared(): %d\n", in main()
H A D4-1.c7 * Test that pthread_rwlockattr_getpshared()
14 * 2. Call pthread_rwlockattr_getpshared() to check if the process-shared
39 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) { in main()
40 printf("Error at pthread_rwlockattr_getpshared()\n"); in main()
H A D2-1.c69 if (pthread_rwlockattr_getpshared(&rwla, &pshared) != 0) { in main()
71 ("Test FAILED: Error at pthread_rwlockattr_getpshared()\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
H A D1-1.c14 * 2. Call pthread_rwlockattr_getpshared() to check if the process-shared
42 if (pthread_rwlockattr_getpshared(&rwa, &pshared) != 0) { in main()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_get.c96 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *restrict a, int *restrict pshared) in pthread_rwlockattr_getpshared() function
/third_party/musl/src/thread/
H A Dpthread_attr_get.c100 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *restrict a, int *restrict pshared) in pthread_rwlockattr_getpshared() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c305 ret = pthread_rwlockattr_getpshared(&attr, &result); in pthread_rwlockattr_getpshared_0100()
312 ret = pthread_rwlockattr_getpshared(&attr, &result); in pthread_rwlockattr_getpshared_0100()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp433 EXPECT_EQ(0, pthread_rwlockattr_getpshared(&rwlockAttr, &pthreadShared)); in HWTEST_F()
436 EXPECT_EQ(0, pthread_rwlockattr_getpshared(&rwlockAttr, &pthreadShared)); in HWTEST_F()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h184 #define pthread_rwlockattr_getpshared _pthread_rwlockattr_getpshared macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h196 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h196 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h196 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h189 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
H A Dpthread.c130 {int(*p)(const pthread_rwlockattr_t*restrict,int*restrict) = pthread_rwlockattr_getpshared;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h369 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
/third_party/musl/include/
H A Dpthread.h343 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1595 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1755 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2699 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5206 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp18322 extern int pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *
[all...]

Completed in 72 milliseconds