Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/
H A D2-1.c8 * Test that pthread_condattr_getpshared()
14 * 2. Call pthread_condattr_getpshared() to check if the process-shared
43 if (pthread_condattr_getpshared(&attr, &pshared) != 0) { in main()
H A D1-1.c8 * Test that pthread_condattr_getpshared()
15 * 3. Call pthread_condattr_getpshared() to check if the process-shared
59 if (pthread_condattr_getpshared(&attr[i], &pshared) != 0) { in main()
H A D1-2.c8 * Test that pthread_condattr_getpshared()
15 * 3. Call pthread_condattr_getpshared() to check if the process-shared
59 if (pthread_condattr_getpshared(&attr[i], &pshared) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/
H A D1-1.c14 * 2. Call pthread_condattr_getpshared() to check if the process-shared
42 if (pthread_condattr_getpshared(&condattr, &pshared) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/
H A D1-1.c22 * 3. Call pthread_condattr_getpshared() to check if the process-shared
66 if (pthread_condattr_getpshared(&attr[i], &pshared) != 0) { in main()
H A D1-2.c22 * 3. Call pthread_condattr_getpshared() to check if the process-shared
66 if (pthread_condattr_getpshared(&attr[i], &pshared) != 0) { in main()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_get.c66 int pthread_condattr_getpshared(const pthread_condattr_t *restrict a, int *restrict pshared) in pthread_condattr_getpshared() function
/third_party/musl/src/thread/
H A Dpthread_attr_get.c70 int pthread_condattr_getpshared(const pthread_condattr_t *restrict a, int *restrict pshared) in pthread_condattr_getpshared() function
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c176 ret = pthread_condattr_getpshared(&attr, &result); in pthread_condattr_getpshared_0100()
183 ret = pthread_condattr_getpshared(&attr, &result); in pthread_condattr_getpshared_0100()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h127 #define pthread_condattr_getpshared _pthread_condattr_getpshared macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h191 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h191 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h191 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h184 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
H A Dpthread.c90 {int(*p)(const pthread_condattr_t*restrict,int*restrict) = pthread_condattr_getpshared;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h364 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h238 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
/third_party/musl/include/
H A Dpthread.h338 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1573 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2877 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3326 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4216 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5194 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp18389 extern int pthread_condattr_getpshared (const pthread_condattr_t *
[all...]

Completed in 96 milliseconds