Home
last modified time | relevance | path

Searched refs:pthread_condattr_destroy (Results 1 – 25 of 47) sorted by relevance

12

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h68 pthread_condattr_destroy(&condattr); in wsi_queue_init()
74 pthread_condattr_destroy(&condattr); in wsi_queue_init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/
D3-1.c36 if (pthread_condattr_destroy(&condattr) != 0) { in main()
D4-1.c30 if ((rc = pthread_condattr_destroy(condattr)) == EINVAL) { in main()
D2-1.c38 if (pthread_condattr_destroy(&condattr) != 0) { in main()
D1-1.c35 if (pthread_condattr_destroy(&condattr) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_condattr_destroy function:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/
D2-1.c64 if (pthread_condattr_destroy(&attr) != 0) { in main()
D1-1.c80 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
D1-2.c80 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/
D1-2.c72 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
D1-1.c72 if (pthread_condattr_destroy(&attr[i]) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D1-1.c46 if ((rc = pthread_condattr_destroy(&condattr)) != 0) { in main()
/external/libusb/libusb/os/
Dthreads_posix.c50 PTHREAD_CHECK(pthread_condattr_destroy(&condattr)); in usbi_cond_init()
/external/swiftshader/src/Vulkan/
DVkSemaphoreExternalLinux.hpp60 pthread_condattr_destroy(&cattr); in SharedSemaphore()
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc39 pthread_condattr_destroy(&attrs); in ConditionVariable()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
Dstress.c203 if ((ret = pthread_condattr_destroy(pca))) { in threaded()
Ds-c.c249 ret = pthread_condattr_destroy(&(cur->ca[i])); in main()
/external/webrtc/rtc_base/
Devent.cc88 pthread_condattr_destroy(&cond_attr); in Event()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads32 pthread_condattr_destroy YES LOW
/external/rust/crates/parking_lot_core/src/thread_parker/
Dunix.rs145 let r = libc::pthread_condattr_destroy(attr.as_mut_ptr()); in init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-5.c363 ret = pthread_condattr_destroy(&ca); in main()
D2-6.c438 ret = pthread_condattr_destroy(&ca); in main()
D2-4.c609 ret = pthread_condattr_destroy(&ca); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D2-3.c441 ret = pthread_condattr_destroy(&ca); in main()
D2-2.c626 ret = pthread_condattr_destroy(&ca); in main()

12