Searched refs:pthread_setschedparam (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_setschedparam.c43 __weak_reference(_pthread_setschedparam, pthread_setschedparam);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_setschedparam.c42 __weak_reference(_pthread_setschedparam, pthread_setschedparam);
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-posix.c227 pthread_setschedparam (pthread_t thread ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h143 __gthrw(pthread_setschedparam)
331 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
H A Dgthr-posix95.h106 __gthrw(pthread_setschedparam)
291 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.c1160 assert (pthread_setschedparam (states[test_thread_id].tid,
1183 assert (pthread_setschedparam (states[test_thread_id].tid,
1374 assert (pthread_setschedparam (states[2].tid, SCHED_FIFO,
1377 assert (pthread_setschedparam (states[4].tid, SCHED_FIFO,
1404 assert (pthread_setschedparam (states[4].tid, SCHED_FIFO,
1415 assert (pthread_setschedparam (states[2].tid, SCHED_RR,
1418 assert (pthread_setschedparam (states[4].tid, SCHED_RR,
1502 assert (pthread_setschedparam (states[i].tid, SCHED_OTHER,
/freebsd-9.3-release/include/
H A Dpthread.h286 int pthread_setschedparam(pthread_t, int,
/freebsd-9.3-release/lib/libkse/
H A Dkse.map118 pthread_setschedparam;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map126 pthread_setschedparam;
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h191 #define pthread_setschedparam _pthread_setschedparam macro
H A Dun-namespace.h172 #undef pthread_setschedparam macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile279 pthread_schedparam.3 pthread_setschedparam.3

Completed in 142 milliseconds