Searched refs:PTHREAD_EXPLICIT_SCHED (Results 1 - 17 of 17) sorted by path

/haiku-fatelf/headers/posix/
H A Dpthread.h34 #define PTHREAD_EXPLICIT_SCHED 0 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/pthread_h/
H A D2-1.c45 #ifndef PTHREAD_EXPLICIT_SCHED
46 #error PTHREAD_EXPLICIT_SCHED not defined
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_getinheritsched/
H A D1-1.c26 #define EXPLICIT PTHREAD_EXPLICIT_SCHED
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D1-1.c26 #define EXPLICIT PTHREAD_EXPLICIT_SCHED
H A D2-2.c13 * 3. Set inheritsched to PTHREAD_EXPLICIT_SCHED in attr
88 int insched = PTHREAD_EXPLICIT_SCHED;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_attr_setschedparam/
H A D1-3.c80 rc = pthread_attr_setinheritsched(&attr, PTHREAD_EXPLICIT_SCHED);
H A D1-4.c83 rc = pthread_attr_setinheritsched(&attr, PTHREAD_EXPLICIT_SCHED);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D1-6.c189 ret = pthread_attr_setinheritsched(&ta, PTHREAD_EXPLICIT_SCHED);
H A Dthreads_scenarii.c181 ret = pthread_attr_setinheritsched(&scenarii[i].ta, PTHREAD_EXPLICIT_SCHED);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A Dthreads_scenarii.c181 ret = pthread_attr_setinheritsched(&scenarii[i].ta, PTHREAD_EXPLICIT_SCHED);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A Dthreads_scenarii.c181 ret = pthread_attr_setinheritsched(&scenarii[i].ta, PTHREAD_EXPLICIT_SCHED);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D1-3.c212 ret = pthread_attr_setinheritsched( &ta, PTHREAD_EXPLICIT_SCHED );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A Dthreads_scenarii.c158 ret = pthread_attr_setinheritsched( &scenarii[ i ].ta, PTHREAD_EXPLICIT_SCHED );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c181 ret = pthread_attr_setinheritsched(&scenarii[i].ta, PTHREAD_EXPLICIT_SCHED);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c181 ret = pthread_attr_setinheritsched(&scenarii[i].ta, PTHREAD_EXPLICIT_SCHED);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_getschedparam/
H A Dstress.c256 ret = pthread_attr_setinheritsched( &ta[ i ], PTHREAD_EXPLICIT_SCHED );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c219 ret = pthread_attr_setinheritsched(&scenarii[i].ta, PTHREAD_EXPLICIT_SCHED);

Completed in 195 milliseconds