Home
last modified time | relevance | path

Searched refs:pthread_condattr_destroy (Results 1 - 25 of 62) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_condattr_setpshared.c33 pthread_condattr_destroy(&attr); in pthread_condattr_setpshared_0100()
49 pthread_condattr_destroy(&attr); in pthread_condattr_setpshared_0200()
H A Dpthread_condattr_setclock_sup.c33 pthread_condattr_destroy(&attr); in pthread_condattr_setclock_0100()
51 pthread_condattr_destroy(&attr); in pthread_condattr_setclock_0200()
H A Dpthread_condattr_destroy.c23 * @tc.desc : Verify pthread_condattr_destroy process succes
30 int32_t ret = pthread_condattr_destroy(&condattr); in pthread_condattr_destroy_0100()
H A Dpthread_condattr_init.c31 pthread_condattr_destroy(&condattr); in pthread_condattr_init_0100()
H A Dpthread_attr_get.c156 pthread_condattr_destroy(&attr); in pthread_condattr_getclock_0100()
187 pthread_condattr_destroy(&attr); in pthread_condattr_getpshared_0100()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_queue.h66 pthread_condattr_destroy(&condattr); in wsi_queue_init()
72 pthread_condattr_destroy(&condattr); in wsi_queue_init()
/third_party/musl/src/thread/
H A Dpthread_condattr_destroy.c3 int pthread_condattr_destroy(pthread_condattr_t *a) in pthread_condattr_destroy() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/
H A D3-1.c8 * Test pthread_condattr_destroy()
9 * Upon successful completion, pthread_condattr_destroy() shall
14 * 2. Destroy that initialized attribute using pthread_condattr_destroy().
36 if (pthread_condattr_destroy(&condattr) != 0) { in main()
H A D1-1.c8 * Test that pthread_condattr_destroy()
13 * 2. Destroy the attributes object using pthread_condattr_destroy()
35 if (pthread_condattr_destroy(&condattr) != 0) { in main()
36 fprintf(stderr, "Error at pthread_condattr_destroy(), rc=%d\n", in main()
H A D4-1.c8 * Test pthread_condattr_destroy()
13 * Try to destroy a NULL condition variable attributes object using pthread_condattr_destroy().
31 /* Try to destroy a NULL condition variable attributes object using pthread_condattr_destroy() in main()
33 if ((rc = pthread_condattr_destroy(condattr)) == EINVAL) { in main()
H A D2-1.c8 * Test pthread_condattr_destroy()
15 * 2. Destroy that initialized attribute using pthread_condattr_destroy()
38 if (pthread_condattr_destroy(&condattr) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/
H A D2-1.c64 if (pthread_condattr_destroy(&attr) != 0) { in main()
65 perror("Error at pthread_condattr_destroy()\n"); in main()
H A D1-1.c80 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
81 perror("Error at pthread_condattr_destroy()\n"); in main()
H A D1-2.c80 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
81 perror("Error at pthread_condattr_destroy()\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/
H A D1-1.c72 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
73 perror("Error at pthread_condattr_destroy()\n"); in main()
H A D1-2.c72 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
73 perror("Error at pthread_condattr_destroy()\n"); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_cond_test.cpp85 pthread_condattr_destroy(&condAttr); in HWTEST_F()
105 pthread_condattr_destroy(&condAttr); in HWTEST_F()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D1-1.c46 if ((rc = pthread_condattr_destroy(&condattr)) != 0) { in main()
47 fprintf(stderr, "Error at pthread_condattr_destroy(), rc=%d\n", in main()
/third_party/musl/libc-test/src/regression/
H A Dpthread_condattr_setclock.c51 T(r,pthread_condattr_destroy(&a)); in main()
/third_party/mesa3d/src/util/
H A Dcnd_monotonic.h64 pthread_condattr_destroy(&condattr); in u_cnd_monotonic_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Dstress.c203 if ((ret = pthread_condattr_destroy(pca))) { in threaded()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphoreExternalLinux.hpp60 pthread_condattr_destroy(&cattr); in SharedSemaphore()
/third_party/musl/porting/liteos_m/user/include/
H A Dusr_lib_ops.h78 int (*pthread_condattr_destroy)(pthread_condattr_t *attr); member
/third_party/node/deps/v8/src/base/platform/
H A Dcondition-variable.cc33 result = pthread_condattr_destroy(&attr); in ConditionVariable()
/third_party/libuv/src/unix/
H A Dthread.c733 err = pthread_condattr_destroy(&attr); in uv_cond_init()
742 pthread_condattr_destroy(&attr); in uv_cond_init()

Completed in 7 milliseconds

123