Home
last modified time | relevance | path

Searched refs:pthread_mutex_destroy (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/external/llvm-project/clang/test/Analysis/
Dpthreadlock.c93 pthread_mutex_destroy(&mtx1); // no-warning in ok11()
99 pthread_mutex_destroy(&mtx1); // no-warning in ok12()
100 pthread_mutex_destroy(&mtx2); // no-warning in ok12()
107 pthread_mutex_destroy(&mtx1); // no-warning in ok13()
114 pthread_mutex_destroy(&mtx1); // no-warning in ok14()
116 pthread_mutex_destroy(&mtx2); // no-warning in ok14()
124 pthread_mutex_destroy(&mtx1); // no-warning in ok15()
143 pthread_mutex_destroy(&mtx1); // no-warning in ok18()
150 pthread_mutex_destroy(&mtx1); // no-warning in ok19()
152 pthread_mutex_destroy(&mtx2); // no-warning in ok19()
[all …]
/external/clang/test/Analysis/
Dpthreadlock.c92 pthread_mutex_destroy(&mtx1); // no-warning in ok11()
98 pthread_mutex_destroy(&mtx1); // no-warning in ok12()
99 pthread_mutex_destroy(&mtx2); // no-warning in ok12()
106 pthread_mutex_destroy(&mtx1); // no-warning in ok13()
113 pthread_mutex_destroy(&mtx1); // no-warning in ok14()
115 pthread_mutex_destroy(&mtx2); // no-warning in ok14()
123 pthread_mutex_destroy(&mtx1); // no-warning in ok15()
142 pthread_mutex_destroy(&mtx1); // no-warning in ok18()
149 pthread_mutex_destroy(&mtx1); // no-warning in ok19()
151 pthread_mutex_destroy(&mtx2); // no-warning in ok19()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
D1-1.c53 if ((rc = pthread_mutex_destroy(&mutex1)) != 0) { in main()
60 if ((rc = pthread_mutex_destroy(&mutex2)) != 0) { in main()
67 if ((rc = pthread_mutex_destroy(&mutex3)) != 0) { in main()
D2-2.c187 ret = pthread_mutex_destroy(&mtx); in main()
198 ret = pthread_mutex_destroy(&mtx); in main()
/external/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h258 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(wq_addr_mtx))
276 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(ipi_ep_mtx))
302 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(ipi_pktlog_mtx))
324 (void)pthread_mutex_destroy(&(_inp)->inp_rdata_mtx)
340 (void)pthread_mutex_destroy(&(_inp)->inp_mtx)
396 (void)pthread_mutex_destroy(&(_tcb)->tcb_send_mtx)
412 (void)pthread_mutex_destroy(&(_inp)->inp_create_mtx)
451 (void)pthread_mutex_destroy(&(_tcb)->tcb_mtx)
572 (void)pthread_mutex_destroy(&SCTP_BASE_INFO(ipi_addr_mtx))
597 (void)pthread_mutex_destroy(&sctp_it_ctl.it_mtx)
[all …]
/external/compiler-rt/test/tsan/
Dmutex_cycle2.c32 pthread_mutex_destroy(&mu1); in main()
33 pthread_mutex_destroy(&mu2); in main()
Dmutexset4.cc43 pthread_mutex_destroy(&mtx1); in main()
44 pthread_mutex_destroy(&mtx2); in main()
Dmutexset3.cc43 pthread_mutex_destroy(&mtx1); in main()
44 pthread_mutex_destroy(&mtx2); in main()
Dmutexset5.cc44 pthread_mutex_destroy(&mtx1); in main()
45 pthread_mutex_destroy(&mtx2); in main()
Dmust_deadlock.cc46 pthread_mutex_destroy(&mu1); in main()
47 pthread_mutex_destroy(&mu2); in main()
Dmutexset6.cc50 pthread_mutex_destroy(&mtx1); in main()
51 pthread_mutex_destroy(&mtx2); in main()
/external/llvm-project/compiler-rt/test/tsan/
Dmutex_cycle2.c32 pthread_mutex_destroy(&mu1); in main()
33 pthread_mutex_destroy(&mu2); in main()
Dmutexset5.cpp44 pthread_mutex_destroy(&mtx1); in main()
45 pthread_mutex_destroy(&mtx2); in main()
Dmutexset3.cpp43 pthread_mutex_destroy(&mtx1); in main()
44 pthread_mutex_destroy(&mtx2); in main()
Dmust_deadlock.cpp46 pthread_mutex_destroy(&mu1); in main()
47 pthread_mutex_destroy(&mu2); in main()
Dmutexset4.cpp43 pthread_mutex_destroy(&mtx1); in main()
44 pthread_mutex_destroy(&mtx2); in main()
Dmutexset6.cpp50 pthread_mutex_destroy(&mtx1); in main()
51 pthread_mutex_destroy(&mtx2); in main()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.c105 pthread_mutex_destroy(&worker->impl_->mutex_); in reset()
113 pthread_mutex_destroy(&worker->impl_->mutex_); in reset()
149 pthread_mutex_destroy(&worker->impl_->mutex_); in end()
/external/selinux/libselinux/src/
Dselinux_internal.h151 #pragma weak pthread_mutex_destroy macro
163 if (pthread_mutex_destroy != NULL) \
164 pthread_mutex_destroy(LOCK); \
/external/libaom/libaom/aom_util/
Daom_thread.c136 pthread_mutex_destroy(&worker->impl_->mutex_); in reset()
144 pthread_mutex_destroy(&worker->impl_->mutex_); in reset()
180 pthread_mutex_destroy(&worker->impl_->mutex_); in end()
/external/webp/src/utils/
Dthread_utils.c125 static int pthread_mutex_destroy(pthread_mutex_t* const mutex) { in pthread_mutex_destroy() function
291 pthread_mutex_destroy(&impl->mutex_); in Reset()
299 pthread_mutex_destroy(&impl->mutex_); in Reset()
336 pthread_mutex_destroy(&impl->mutex_); in End()
/external/llvm-project/lldb/tools/debugserver/source/
DPThreadMutex.h101 err = ::pthread_mutex_destroy(&m_mutex); in ~PThreadMutex()
105 ::pthread_mutex_destroy(&m_mutex); in ~PThreadMutex()
/external/stressapptest/src/
Ddisk_blocks.cc31 pthread_mutex_destroy(&data_mutex_); in ~BlockData()
57 pthread_mutex_destroy(&data_mutex_); in ~DiskBlockTable()
58 pthread_mutex_destroy(&parameter_mutex_); in ~DiskBlockTable()
/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-4.c220 pthread_mutex_destroy(glob_mutex); in main()
221 pthread_mutex_destroy(&cond_mutex); in main()
Dtestpi-1.c216 pthread_mutex_destroy(&glob_mutex); in main()
217 pthread_mutex_destroy(&cond_mutex); in main()

12345678910>>...14