Home
last modified time | relevance | path

Searched refs:pthread_mutexattr_getpshared (Results 1 – 19 of 19) sorted by relevance

/external/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()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
Dcoverage.txt1 This document defines the coverage for the pthread_mutexattr_getpshared function:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/
D1-2.c43 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dpthread_mutexattr_get.cpp16 res = pthread_mutexattr_getpshared(&ma, &pshared); in main()
/external/compiler-rt/test/sanitizer_common/TestCases/
Dpthread_mutexattr_get.cc13 res = pthread_mutexattr_getpshared(&ma, &pshared); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/
D1-1.c42 if (pthread_mutexattr_getpshared(&mta, &pshared) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads78 pthread_mutexattr_getpshared YES LOW
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1491 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2658 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3434 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() function
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3562 pub fn pthread_mutexattr_getpshared( in pthread_mutexattr_getpshared() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2606 fun:pthread_mutexattr_getpshared=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2606 fun:pthread_mutexattr_getpshared=uninstrumented
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4006 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_getpshared);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4756 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_getpshared);