Home
last modified time | relevance | path

Searched refs:pthread_mutexattr_getpshared (Results 1 - 24 of 24) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/
H A D1-1.c14 * 2. Call pthread_mutexattr_getpshared() to check if the process-shared
42 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/
H A D1-2.c14 * 2. Call pthread_mutexattr_getpshared() to check if the process-shared
43 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getpshared/
H A D1-3.c8 * Test that pthread_mutexattr_getpshared()
15 * 3. Call pthread_mutexattr_getpshared() to check if the process-shared
54 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
H A D1-2.c8 * Test that pthread_mutexattr_getpshared()
15 * 3. Call pthread_mutexattr_getpshared() to check if the process-shared
54 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
H A D3-1.c8 * Test that pthread_mutexattr_getpshared()
15 * 1. Pass to pthread_mutexattr_getpshared() an uninitialized and invalid 'attr' object.
44 ret = pthread_mutexattr_getpshared(&mta, &pshared); in main()
H A D1-1.c8 * Test that pthread_mutexattr_getpshared()
14 * 2. Call pthread_mutexattr_getpshared() to check if the process-shared
43 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_get.c78 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *restrict a, int *restrict pshared) in pthread_mutexattr_getpshared() function
/third_party/musl/src/thread/
H A Dpthread_attr_get.c82 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *restrict a, int *restrict pshared) in pthread_mutexattr_getpshared() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c274 ret = pthread_mutexattr_getpshared(&attr, &result); in pthread_mutexattr_getpshared_0100()
281 ret = pthread_mutexattr_getpshared(&attr, &result); in pthread_mutexattr_getpshared_0100()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h163 #define pthread_mutexattr_getpshared _pthread_mutexattr_getpshared macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h169 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
H A Dpthread.c114 {int(*p)(const pthread_mutexattr_t*restrict,int*restrict) = pthread_mutexattr_getpshared;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h349 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h223 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/include/
H A Dpthread.h323 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1587 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2943 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3407 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4297 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5202 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp18202 extern int pthread_mutexattr_getpshared (const pthread_mutexattr_t *
[all...]

Completed in 91 milliseconds