/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/ |
H A D | 1-1.c | 48 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 D | 1-1.c | 7 * 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 D | 4-1.c | 7 * 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 D | 2-1.c | 69 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 D | 1-1.c | 14 * 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 D | pthread_attr_get.c | 96 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 D | pthread_attr_get.c | 100 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 D | pthread_attr_get.c | 305 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 D | thread_rwlock_test.cpp | 433 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 D | namespace.h | 184 #define pthread_rwlockattr_getpshared _pthread_rwlockattr_getpshared
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 196 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 196 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 196 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 189 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 130 {int(*p)(const pthread_rwlockattr_t*restrict,int*restrict) = pthread_rwlockattr_getpshared;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 369 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
|
/third_party/musl/include/ |
H A D | pthread.h | 343 int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *__restrict, int *__restrict);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1595 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1755 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2699 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5206 pub fn pthread_rwlockattr_getpshared( in pthread_rwlockattr_getpshared() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18322 extern int pthread_rwlockattr_getpshared (const pthread_rwlockattr_t * [all...] |