Searched refs:pthread_mutexattr_setprioceiling (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutexattr_setprioceiling/
H A D3-1.c8 * Test that pthread_mutexattr_setprioceiling()
17 * 2. Call pthread_mutexattr_setprioceiling() to set the prioceiling.
42 if((ret=pthread_mutexattr_setprioceiling(&mta,prioceiling)) == 0)
44 printf("Test PASSED: *Note: Returned 0 instead of EINVAL when passed an uninitialized mutex attribute object to pthread_mutexattr_setprioceiling, but standard says 'may' fail.\n");
H A D3-2.c8 * Test that pthread_mutexattr_setprioceiling()
17 * 2. Call pthread_mutexattr_setprioceiling() with an invalid prioceiling value.
44 if((ret=pthread_mutexattr_setprioceiling(&mta,prioceiling)) == 0)
46 printf("Test PASSED: *Note: Returned 0 instead of EINVAL when passed an invalid 'proceiling' to pthread_mutexattr_setprioceiling, but standard says 'may' fail.\n");
H A D1-1.c8 * Test that pthread_mutexattr_setprioceiling()
52 if(pthread_mutexattr_setprioceiling(&mta,i))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutexattr_getprioceiling/
H A D1-2.c53 if(pthread_mutexattr_setprioceiling(&mta,i))
/haiku-fatelf/src/libs/posix_error_mapper/
H A Dpthread_mutexattr.cpp51 WRAPPER_FUNCTION(int, pthread_mutexattr_setprioceiling,
/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread_mutexattr.c120 pthread_mutexattr_setprioceiling(pthread_mutexattr_t *_mutexAttr, int priorityCeiling) function
/haiku-fatelf/headers/posix/
H A Dpthread.h109 extern int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *mutexAttr,

Completed in 108 milliseconds