Home
last modified time | relevance | path

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/
Dcoverage.txt1 This document defines the coverage for the pthread_mutexattr_getpshared function:
D1-1.c43 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
D3-1.c44 ret = pthread_mutexattr_getpshared(&mta, &pshared); in main()
D1-3.c54 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
D1-2.c54 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
Dcoverage.txt1 This document defines the coverage for the pthread_mutexattr_getpshared function:
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/
D1-2.c43 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/
D1-1.c42 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
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/musl/porting/liteos_a/user/src/thread/
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/
Dpthread_attr_get.c82 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/
DCOVERAGE.threads78 pthread_mutexattr_getpshared YES LOW
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h169 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h176 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/libc-test/src/api/
Dpthread.c114 {int(*p)(const pthread_mutexattr_t*restrict,int*restrict) = pthread_mutexattr_getpshared;} in f()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h163 #define pthread_mutexattr_getpshared _pthread_mutexattr_getpshared macro
/third_party/musl/include/
Dpthread.h323 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/linux/user/include/
Dpthread.h334 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h223 int pthread_mutexattr_getpshared(const pthread_mutexattr_t *__restrict, int *__restrict);
/third_party/rust/crates/libc/libc-test/semver/
Ddragonfly.txt1430 pthread_mutexattr_getpshared
Dfreebsd.txt1817 pthread_mutexattr_getpshared
Dapple.txt2096 pthread_mutexattr_getpshared
/third_party/musl/
Dlibc.map.txt1423 pthread_mutexattr_getpshared;

12