Searched refs:pthread_mutexattr_getprotocol (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
H A D1-1.c8 * Test that pthread_mutexattr_getprotocol()
15 * 2. Call pthread_mutexattr_getprotocol() to obtain the protocol.
38 if((rc=pthread_mutexattr_getprotocol(&mta, &protocol)) != 0)
40 printf("Test FAILED: Error in pthread_mutexattr_getprotocol rc=%d\n", rc);
H A D1-2.c8 * Test that pthread_mutexattr_getprotocol()
47 if(pthread_mutexattr_getprotocol(&mta, &protocol) != 0)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
H A D1-1.c15 * 2. In the for loop, then call pthread_mutexattr_getprotocol and ensure that the same
51 if(pthread_mutexattr_getprotocol(&mta, &protocol) != 0)
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dpthread_mutexattr.cpp24 WRAPPER_FUNCTION(int, pthread_mutexattr_getprotocol,
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_mutexattr.c133 pthread_mutexattr_getprotocol(pthread_mutexattr_t *_mutexAttr, int *_protocol) function
/haiku-fatelf/headers/posix/
H A Dpthread.h102 extern int pthread_mutexattr_getprotocol(pthread_mutexattr_t *mutexAttr,

Completed in 64 milliseconds