/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_rwlockattr_setpshared.c | 28 int rev = pthread_rwlockattr_setpshared(&attr, 1); in pthread_rwlockattr_setpshared_0100() 42 int rev = pthread_rwlockattr_setpshared(&attr, 2); in pthread_rwlockattr_setpshared_0200()
|
H A D | pthread_attr_get.c | 302 ret = pthread_rwlockattr_setpshared(&attr, share); in pthread_rwlockattr_getpshared_0100() 310 ret = pthread_rwlockattr_setpshared(&attr, share); in pthread_rwlockattr_getpshared_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/ |
H A D | 1-1.c | 7 * Test that pthread_rwlockattr_setpshared() 40 rc = pthread_rwlockattr_setpshared(&rwla, PTHREAD_PROCESS_PRIVATE); in main() 43 ("Test FAILED: Error at pthread_rwlockattr_setpshared(), return error: %d\n", in main() 60 rc = pthread_rwlockattr_setpshared(&rwla, PTHREAD_PROCESS_SHARED); in main() 63 ("Test FAILED: Error at pthread_rwlockattr_setpshared(), return error: %d\n", in main()
|
/third_party/musl/src/thread/ |
H A D | pthread_rwlockattr_setpshared.c | 3 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *a, int pshared) in pthread_rwlockattr_setpshared() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/ |
H A D | 2-1.c | 64 if (pthread_rwlockattr_setpshared(&rwla, pshared) != 0) { in main() 65 printf("Error at pthread_rwlockattr_setpshared()\n"); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_rwlock_test.cpp | 432 EXPECT_EQ(0, pthread_rwlockattr_setpshared(&rwlockAttr, PTHREAD_PROCESS_PRIVATE)); in HWTEST_F() 435 EXPECT_EQ(0, pthread_rwlockattr_setpshared(&rwlockAttr, PTHREAD_PROCESS_SHARED)); in HWTEST_F()
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 186 #define pthread_rwlockattr_setpshared _pthread_rwlockattr_setpshared
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 195 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 195 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 195 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 188 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 132 {int(*p)(pthread_rwlockattr_t*,int) = pthread_rwlockattr_setpshared;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 368 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
|
/third_party/musl/include/ |
H A D | pthread.h | 342 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1599 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1759 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2703 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5210 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18328 extern int pthread_rwlockattr_setpshared (pthread_rwlockattr_t *__attr, [all...] |