Home
last modified time | relevance | path

Searched refs:pthread_rwlockattr_destroy (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_rwlockattr_setpshared.c30 pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_setpshared_0100()
44 pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_setpshared_0200()
H A Dpthread_rwlock_tryrdlock.c37 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_tryrdlock_0100()
62 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_tryrdlock_0200()
H A Dpthread_rwlock_trywrlock.c37 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_trywrlock_0100()
62 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlock_trywrlock_0200()
H A Dpthread_rwlockattr_init.c29 pthread_rwlockattr_destroy(&rwlockattr); in pthread_rwlockattr_init_0100()
H A Dpthread_rwlockattr_destroy.c30 ret = pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_destroy_0100()
H A Dpthread_attr_get.c316 pthread_rwlockattr_destroy(&attr); in pthread_rwlockattr_getpshared_0100()
/third_party/musl/src/thread/
H A 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/
H A D1-1.c7 * Test that pthread_rwlockattr_destroy()
12 * 2. Destroy the attributes object using pthread_rwlockattr_destroy()
36 rc = pthread_rwlockattr_destroy(&rwla); in main()
39 ("Error at pthread_rwlockattr_destroy(), error code: %d\n", in main()
H A D2-1.c7 * Test pthread_rwlockattr_destroy()
13 * 2. Destroy that initialized attribute using pthread_rwlockattr_destroy()
37 rc = pthread_rwlockattr_destroy(&rwla); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/
H A D4-1.c51 if ((pthread_rwlockattr_destroy(&rwla)) != 0) { in main()
52 printf("Error at pthread_rwlockattr_destroy()\n"); in main()
H A D2-1.c112 if ((pthread_rwlockattr_destroy(&rwla)) != 0) { in main()
113 printf("Error at pthread_rwlockattr_destroy()\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
H A D3-1.c75 printf("Error at pthread_rwlockattr_destroy()\n"); in main()
79 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) { in main()
80 printf("Error at pthread_rwlockattr_destroy()\n"); in main()
H A D1-1.c109 if (pthread_rwlockattr_destroy(&rwlockattr) != 0) { in main()
110 printf("Error at pthread_rwlockattr_destroy()\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/
H A D1-1.c80 if (pthread_rwlockattr_destroy(&rwla) != 0) { in main()
81 printf("Error at pthread_rwlockattr_destroy()\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
H A D2-1.c52 if ((rc = pthread_rwlockattr_destroy(&rwa)) != 0) { in main()
53 printf("Error at pthread_rwlockattr_destroy()\n"); in main()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h183 #define pthread_rwlockattr_destroy _pthread_rwlockattr_destroy macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h194 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h194 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h194 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h187 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/libc-test/src/api/
H A Dpthread.c129 {int(*p)(pthread_rwlockattr_t*) = pthread_rwlockattr_destroy;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h367 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/include/
H A Dpthread.h341 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp438 EXPECT_EQ(0, pthread_rwlockattr_destroy(&rwlockAttr)); in HWTEST_F()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1419 pub fn pthread_rwlockattr_destroy(attr: *mut ::pthread_rwlockattr_t) -> ::c_int; in pthread_rwlockattr_destroy() functions

Completed in 12 milliseconds

12