Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_setpshared (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_rwlockattr_setpshared.c28 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 Dpthread_attr_get.c302 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 D1-1.c7 * 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 Dpthread_rwlockattr_setpshared.c3 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 D2-1.c64 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 Dthread_rwlock_test.cpp432 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 Dnamespace.h186 #define pthread_rwlockattr_setpshared _pthread_rwlockattr_setpshared macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h195 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h195 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h195 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h188 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/third_party/musl/libc-test/src/api/
H A Dpthread.c132 {int(*p)(pthread_rwlockattr_t*,int) = pthread_rwlockattr_setpshared;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h368 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/third_party/musl/include/
H A Dpthread.h342 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1599 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 Dmod.rs1759 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 Dmod.rs2703 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 Dmod.rs5210 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 Dstylo.hpp18328 extern int pthread_rwlockattr_setpshared (pthread_rwlockattr_t *__attr,
[all...]

Completed in 73 milliseconds