Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_init (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
D2-1.c30 rc = pthread_rwlockattr_init(&rwla); in main()
46 rc = pthread_rwlockattr_init(&rwla); in main()
D1-1.c28 rc = pthread_rwlockattr_init(&rwla); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlockattr_setpshared.c27 pthread_rwlockattr_init(&attr); in pthread_rwlockattr_setpshared_0100()
41 pthread_rwlockattr_init(&attr); in pthread_rwlockattr_setpshared_0200()
Dpthread_rwlock_trywrlock.c28 pthread_rwlockattr_init(&rwlockattr); in pthread_rwlock_trywrlock_0100()
49 pthread_rwlockattr_init(&rwlockattr); in pthread_rwlock_trywrlock_0200()
Dpthread_rwlock_tryrdlock.c28 pthread_rwlockattr_init(&rwlockattr); in pthread_rwlock_tryrdlock_0100()
49 pthread_rwlockattr_init(&rwlockattr); in pthread_rwlock_tryrdlock_0200()
Dpthread_rwlockattr_init.c27 int ret = pthread_rwlockattr_init(&rwlockattr); in pthread_rwlockattr_init_0100()
Dpthread_rwlockattr_destroy.c27 int ret = pthread_rwlockattr_init(&attr); in pthread_rwlockattr_destroy_0100()
Dtest_src_functionalext_supplement_thread.gni73 "pthread_rwlockattr_init",
/third_party/musl/src/thread/
Dpthread_rwlockattr_init.c3 int pthread_rwlockattr_init(pthread_rwlockattr_t *a) in pthread_rwlockattr_init() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
Dcoverage.txt1 This document defines the coverage for the pthread_rwlockattr_init function:
D1-1.c35 if (pthread_rwlockattr_init(&rwla) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
D4-1.c33 if (pthread_rwlockattr_init(&rwla) != 0) { in main()
D1-1.c33 if (pthread_rwlockattr_init(&rwla) != 0) { in main()
D2-1.c59 if (pthread_rwlockattr_init(&rwla) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
D1-1.c32 rc = pthread_rwlockattr_init(&rwa); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_rwlockattr_init function:
D2-1.c31 rc = pthread_rwlockattr_init(&rwa); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D3-1.c34 if (pthread_rwlockattr_init(&rwlockattr) != 0) { in main()
D1-1.c62 if (pthread_rwlockattr_init(&rwlockattr) != 0) { in main()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h186 int pthread_rwlockattr_init(pthread_rwlockattr_t *);
/third_party/musl/include/
Dpthread.h186 int pthread_rwlockattr_init(pthread_rwlockattr_t *);
/third_party/musl/libc-test/src/api/
Dpthread.c131 {int(*p)(pthread_rwlockattr_t*) = pthread_rwlockattr_init;} in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h189 int pthread_rwlockattr_init(pthread_rwlockattr_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h189 int pthread_rwlockattr_init(pthread_rwlockattr_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h189 int pthread_rwlockattr_init(pthread_rwlockattr_t *);

12