Home
last modified time | relevance | path

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

12345678910

/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_cond_timedwait.c73 EXPECT_EQ(pthread_mutex_destroy(&mutex), 0); in pthread_cond_timedwait_0010()
96 EXPECT_EQ(pthread_mutex_destroy(&mutex), 0); in pthread_cond_timedwait_0020()
123 EXPECT_EQ(pthread_mutex_destroy(&mutex), 0); in pthread_cond_timedwait_time64_0010()
148 EXPECT_EQ(pthread_mutex_destroy(&mutex), 0); in pthread_cond_timedwait_monotonic_np_0010()
180 EXPECT_EQ(pthread_mutex_destroy(&mutex), 0); in pthread_cond_timeout_np_0010()
210 EXPECT_EQ(pthread_mutex_destroy(&mutex), 0); in pthread_cond_clockwait_0010()
230 EXPECT_EQ(pthread_mutex_destroy(&mutex), 0); in pthread_cond_timedwait_Time_0010()
274 EXPECT_EQ(pthread_mutex_destroy(&c_mtx1), 0); in clockwait_timedwait_0010()
308 EXPECT_EQ(pthread_mutex_destroy(&c_mtx2), 0); in clockwait_timedwait_0020()
352 EXPECT_EQ(pthread_mutex_destroy(&c_mtx3), 0); in clockwait_timedwait_0030()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_mutex_timedlock.c42 pthread_mutex_destroy(&mutex); in pthread_mutex_timedlock_0100()
64 pthread_mutex_destroy(&mutex); in pthread_mutex_timedlock_0200()
87 pthread_mutex_destroy(&mutex); in pthread_mutex_timedlock_0300()
109 pthread_mutex_destroy(&mutex); in pthread_mutex_timedlock_time64_0100()
Dpthread_mutex_destroy.c29 int result = pthread_mutex_destroy(&mutex); in pthread_mutex_destroy_0100()
/third_party/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()
D2-1.c28 if (pthread_mutex_destroy(&mutex) != 0) { in main()
/third_party/selinux/libselinux/src/
Dselinux_internal.h51 #pragma weak pthread_mutex_destroy macro
63 if (pthread_mutex_destroy != NULL) \
64 pthread_mutex_destroy(LOCK); \
/third_party/musl/libc-test/src/functionalext/fortify/
Dpthread_fortify_test.c53 T(pthread_mutex_destroy(a[0])); in test_pthread_mutex_lock_after_destroyed()
80 T(pthread_mutex_destroy(a[0])); in test_pthread_mutex_unlock_after_destroyed()
109 T(pthread_mutex_destroy(a[0])); in test_pthread_mutex_timedlock_after_destroyed()
136 T(pthread_mutex_destroy(a[0])); in test_pthread_mutex_trylock_after_destroyed()
/third_party/ffmpeg/libavutil/
Dthreadmessage.c59 pthread_mutex_destroy(&rmq->lock); in av_thread_message_queue_alloc()
65 pthread_mutex_destroy(&rmq->lock); in av_thread_message_queue_alloc()
72 pthread_mutex_destroy(&rmq->lock); in av_thread_message_queue_alloc()
101 pthread_mutex_destroy(&(*mq)->lock); in av_thread_message_queue_free()
Dthread.h81 ASSERT_PTHREAD(pthread_mutex_destroy, mutex); in strict_pthread_mutex_destroy()
135 #define pthread_mutex_destroy strict_pthread_mutex_destroy macro
159 #define ff_mutex_destroy pthread_mutex_destroy
Dslicethread.c153 pthread_mutex_destroy(&w->mutex); in avpriv_slicethread_create()
227 pthread_mutex_destroy(&w->mutex); in avpriv_slicethread_free()
231 pthread_mutex_destroy(&ctx->done_mutex); in avpriv_slicethread_free()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dpthread_cond_test.cpp125 pthread_mutex_destroy(&mutex_);
142 pthread_mutex_destroy(&mutex_);
163 pthread_mutex_destroy(&mutex_);
184 pthread_mutex_destroy(&mutex_);
/third_party/musl/libc-test/src/functional/
Dpthread_robust.c52 TEST(r, pthread_mutex_destroy(&mtx), "destroying unrecoverable mutex"); in f()
61 TEST(r, pthread_mutex_destroy(&mtx), "destroying mutex"); in f()
74 TEST(r, pthread_mutex_destroy(&mtx), ""); in f()
Dpthread_cond.c49 TEST(r, pthread_mutex_destroy(&mtx), ""); in main()
75 TEST(r, pthread_mutex_destroy(&mtx), ""); in main()
95 TEST(r, pthread_mutex_destroy(&mtx), ""); in main()
Dpthread_mutex.c61 T(pthread_mutex_destroy(a[0])); in test_relock()
90 T(pthread_mutex_destroy(a[0])); in test_unlock()
112 T(pthread_mutex_destroy(a[0])); in test_unlock_other()
Dpthread_mutex_pi.c62 T(pthread_mutex_destroy(a[0])); in test_relock()
92 T(pthread_mutex_destroy(a[0])); in test_unlock()
115 T(pthread_mutex_destroy(a[0])); in test_unlock_other()
/third_party/skia/third_party/externals/libwebp/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()
/third_party/ltp/testcases/realtime/func/pi-tests/
Dtestpi-1.c216 pthread_mutex_destroy(&glob_mutex); in main()
217 pthread_mutex_destroy(&cond_mutex); in main()
Dtestpi-4.c220 pthread_mutex_destroy(glob_mutex); in main()
221 pthread_mutex_destroy(&cond_mutex); in main()
Dtestpi-2.c217 pthread_mutex_destroy(&glob_mutex); in main()
218 pthread_mutex_destroy(&cond_mutex); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Ds-c1.c299 ret = pthread_mutex_destroy(&mtx[i]); in main()
310 ret = pthread_mutex_destroy(&m); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
Ds-c.c181 ret = pthread_mutex_destroy(&(cur->mtx[i])); in main()
251 ret = pthread_mutex_destroy(&(cur->mtx[i])); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D15-1-buildonly.c20 pthread_mutex_destroy(&a); in dummy_func()
/third_party/musl/src/thread/
Dpthread_mutex_destroy.c3 int pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D4-3.c280 ret = pthread_mutex_destroy(&mtx[i]); in test()
291 ret = pthread_mutex_destroy(&mtx[i]); in test()

12345678910