Searched refs:pthread_mutexattr_destroy (Results 26 - 50 of 53) sorted by relevance

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_lock/
H A Ds-c1.c224 ret = pthread_mutexattr_destroy(&ma);
H A Dstress.c608 ret = pthread_mutexattr_destroy(pma[i]);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-5.c356 ret = pthread_mutexattr_destroy(&ma);
H A D2-6.c383 ret = pthread_mutexattr_destroy(&ma);
H A D2-4.c581 ret = pthread_mutexattr_destroy(&ma);
H A D2-7.c587 ret = pthread_mutexattr_destroy(&ma);
H A D4-2.c540 ret = pthread_mutexattr_destroy(&ma);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-3.c369 ret = pthread_mutexattr_destroy(&ma);
H A D2-2.c566 ret = pthread_mutexattr_destroy(&ma);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c259 if ((ret = pthread_mutexattr_destroy(pma[i])))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c416 ret = pthread_mutexattr_destroy(&ma);
H A D2-1.c395 ret = pthread_mutexattr_destroy(&ma);
H A D4-2.c404 ret = pthread_mutexattr_destroy(&ma);
H A D4-3.c252 ret = pthread_mutexattr_destroy(&ma[i]);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_init/
H A Ds-c.c262 if ((ret = pthread_mutexattr_destroy(&(cur->ma[i]))))
/haiku-fatelf/headers/posix/
H A Dpthread.h99 extern int pthread_mutexattr_destroy(pthread_mutexattr_t *mutexAttr);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c410 ret = pthread_mutexattr_destroy(&ma);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c543 ret = pthread_mutexattr_destroy(&ma);
H A Dstress2.c483 ret = pthread_mutexattr_destroy(&ma);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress.c483 ret = pthread_mutexattr_destroy(&ma);
H A Dstress1.c533 ret = pthread_mutexattr_destroy(&ma);
H A Dstress2.c483 ret = pthread_mutexattr_destroy(&ma);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c455 ret = pthread_mutexattr_destroy(&ma);
H A D2-3.c445 ret = pthread_mutexattr_destroy(&ma);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c663 ret = pthread_mutexattr_destroy(&ma);

Completed in 133 milliseconds

123