Home
last modified time | relevance | path

Searched refs:pthread_mutexattr_destroy (Results 1 – 25 of 103) sorted by relevance

12345

/external/deqp/framework/delibs/dethread/unix/
DdeMutexUnix.c57 pthread_mutexattr_destroy(&attr); in deMutex_create()
68 pthread_mutexattr_destroy(&attr); in deMutex_create()
78 pthread_mutexattr_destroy(&attr); in deMutex_create()
83 pthread_mutexattr_destroy(&attr); in deMutex_create()
/external/jemalloc_new/test/src/
Dmtx.c26 pthread_mutexattr_destroy(&attr); in mtx_init()
29 pthread_mutexattr_destroy(&attr); in mtx_init()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D20-1-buildonly.c20 pthread_mutexattr_destroy(&a); in dummy_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_destroy/
D3-1.c35 if (pthread_mutexattr_destroy(&mta) != 0) { in main()
D4-1.c30 if ((rc = pthread_mutexattr_destroy(mta)) == EINVAL) { in main()
D2-1.c37 if (pthread_mutexattr_destroy(&mta) != 0) { in main()
D1-1.c34 if (pthread_mutexattr_destroy(&mta) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_mutexattr_destroy function:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
Dcoverage.txt1 This document defines the coverage for the pthread_mutexattr_destroy function:
/external/jemalloc_new/src/
Dmutex.c168 pthread_mutexattr_destroy(&attr); in malloc_mutex_init()
171 pthread_mutexattr_destroy(&attr); in malloc_mutex_init()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dpthread_mutexattr_get.cpp19 res = pthread_mutexattr_destroy(&ma); in main()
/external/compiler-rt/test/sanitizer_common/TestCases/
Dpthread_mutexattr_get.cc16 res = pthread_mutexattr_destroy(&ma); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
D3-1.c71 if (pthread_mutexattr_destroy(&mta) != 0) { in main()
D3-4.c76 if (pthread_mutexattr_destroy(&mta)) { in main()
D3-2.c92 if (pthread_mutexattr_destroy(&mta)) { in main()
D1-1.c86 if (pthread_mutexattr_destroy(&mta) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dstress.c280 ret = pthread_mutexattr_destroy(&ma); in main()
296 ret = pthread_mutexattr_destroy(&ma); in main()
/external/webrtc/rtc_base/synchronization/
Dmutex_pthread.h35 pthread_mutexattr_destroy(&mutex_attribute); in MutexImpl()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/
D1-1.c68 (void)pthread_mutexattr_destroy(&mutex_attr); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
D1-1.c68 (void)pthread_mutexattr_destroy(&mutex_attr); in main()
D3-3.c78 (void)pthread_mutexattr_destroy(&mutex_attr); in main()
D3-2.c76 (void)pthread_mutexattr_destroy(&mutex_attr); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
D1-1.c46 if ((rc = pthread_mutexattr_destroy(&mta)) != 0) { in main()
/external/mesa3d/include/c11/
Dthreads_posix.h191 int pthread_mutexattr_destroy(pthread_mutexattr_t *attr);
214 pthread_mutexattr_destroy(&attr); in mtx_init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
D5-2.c135 ret = pthread_mutexattr_destroy(&ma); in main()

12345