/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/ |
H A D | 2-1.c | 8 * 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 D | 1-1.c | 8 * 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 D | 1-2.c | 8 * 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 D | 1-1.c | 14 * 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 D | 1-1.c | 22 * 3. Call pthread_condattr_getpshared() to check if the process-shared 66 if (pthread_condattr_getpshared(&attr[i], &pshared) != 0) { in main()
|
H A D | 1-2.c | 22 * 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 D | pthread_attr_get.c | 66 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 D | pthread_attr_get.c | 70 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 D | pthread_attr_get.c | 176 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 D | namespace.h | 127 #define pthread_condattr_getpshared _pthread_condattr_getpshared
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 191 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 191 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 191 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 184 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 90 {int(*p)(const pthread_condattr_t*restrict,int*restrict) = pthread_condattr_getpshared;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 364 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 238 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
|
/third_party/musl/include/ |
H A D | pthread.h | 338 int pthread_condattr_getpshared(const pthread_condattr_t *__restrict, int *__restrict);
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1573 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2877 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3326 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4216 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5194 pub fn pthread_condattr_getpshared( in pthread_condattr_getpshared() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 18389 extern int pthread_condattr_getpshared (const pthread_condattr_t * [all...] |