Searched refs:pthread_mutexattr_getpshared (Results 1 – 25 of 33) sorted by relevance
12
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getpshared/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_mutexattr_getpshared function:
|
D | 1-1.c | 43 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
|
D | 3-1.c | 44 ret = pthread_mutexattr_getpshared(&mta, &pshared); in main()
|
D | 1-3.c | 54 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
|
D | 1-2.c | 54 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_mutexattr_getpshared function:
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/ |
D | 1-2.c | 43 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/ |
D | 1-1.c | 42 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_get.c | 274 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/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 78 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *restrict a, int *restrict pshared) in pthread_mutexattr_getpshared() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 82 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *restrict a, int *restrict pshared) in pthread_mutexattr_getpshared() function
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 78 pthread_mutexattr_getpshared YES LOW
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 169 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 114 {int(*p)(const pthread_mutexattr_t*restrict,int*restrict) = pthread_mutexattr_getpshared;} in f()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 163 #define pthread_mutexattr_getpshared _pthread_mutexattr_getpshared macro
|
/third_party/musl/include/ |
D | pthread.h | 323 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 334 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 223 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | dragonfly.txt | 1430 pthread_mutexattr_getpshared
|
D | freebsd.txt | 1817 pthread_mutexattr_getpshared
|
D | apple.txt | 2096 pthread_mutexattr_getpshared
|
/third_party/musl/ |
D | libc.map.txt | 1423 pthread_mutexattr_getpshared;
|
12