Searched refs:pthread_mutexattr_settype (Results 26 - 50 of 55) sorted by relevance

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_init/
H A Dstress.c135 if ((ret = pthread_mutexattr_settype(&ma, types[me-2])))
H A Ds-c.c161 if ((ret = pthread_mutexattr_settype(&(cur->ma[i]), types[i-1])))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_lock/
H A Ds-c1.c214 ret = pthread_mutexattr_settype(&ma, types[i-1]);
H A Ds-c2.c273 ret = pthread_mutexattr_settype(pma[i+2], types[i]);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-5.c250 ret = pthread_mutexattr_settype(&ma, scenar[i].type);
H A D2-6.c273 ret = pthread_mutexattr_settype(&ma, scenar[i].type);
H A D2-4.c368 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
H A D2-7.c374 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
H A D4-2.c320 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-3.c266 ret = pthread_mutexattr_settype(&ma, scenar[i].type);
H A D2-2.c353 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c261 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
H A D2-1.c239 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
H A D4-2.c262 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
H A D4-3.c198 ret = pthread_mutexattr_settype(&ma[i], scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_trylock/
H A Dstress.c252 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
/haiku-fatelf/headers/posix/
H A Dpthread.h115 extern int pthread_mutexattr_settype(pthread_mutexattr_t *mutexAttr, int type);
/haiku-fatelf/src/bin/coreutils/lib/glthread/
H A Dlock.c296 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
325 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c366 ret = pthread_mutexattr_settype(&ma, scenarii[scenar].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c465 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
H A Dstress2.c419 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress.c419 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
H A Dstress1.c455 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
H A Dstress2.c419 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c411 ret = pthread_mutexattr_settype(&ma, scenarii[scenar].m_type);

Completed in 208 milliseconds

123