Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_destroy (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlockattr_setpshared.c30 pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_setpshared_0100()
44 pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_setpshared_0200()
Dpthread_rwlock_trywrlock.c37 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_trywrlock_0100()
62 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_trywrlock_0200()
Dpthread_rwlock_tryrdlock.c37 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_tryrdlock_0100()
62 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_tryrdlock_0200()
Dpthread_rwlockattr_init.c29 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlockattr_init_0100()
Dpthread_rwlockattr_destroy.c30 ret = pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_destroy_0100()
Dtest_src_functionalext_supplement_thread.gni47 "pthread_rwlockattr_destroy",
Dpthread_attr_get.c316 pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_getpshared_0100()
/third_party/musl/src/thread/
Dpthread_rwlockattr_destroy.c3 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a) in pthread_rwlockattr_destroy() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
D1-1.c36 rc = pthread_rwlockattr_destroy(&rwla); in main()
D2-1.c37 rc = pthread_rwlockattr_destroy(&rwla); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
D4-1.c51 if ((pthread_rwlockattr_destroy(&rwla)) != 0) { in main()
D2-1.c112 if ((pthread_rwlockattr_destroy(&rwla)) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
D3-1.c79 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) { in main()
D1-1.c109 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
D1-1.c80 if (pthread_rwlockattr_destroy(&rwla) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
D2-1.c52 if ((rc = pthread_rwlockattr_destroy(&rwa)) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads89 pthread_rwlockattr_destroy YES LOW
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h187 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/include/
Dpthread.h187 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/libc-test/src/api/
Dpthread.c129 {int(*p)(pthread_rwlockattr_t*) = pthread_rwlockattr_destroy;} in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h190 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h190 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h190 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/ndk_musl_include/
Dpthread.h351 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/porting/linux/user/include/
Dpthread.h364 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);

12