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

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_getschedparam.c41 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_getschedparam.c44 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-posix.c219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED, function
H A Dgthr-posix.h142 __gthrw(pthread_getschedparam)
312 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
351 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
H A Dgthr-posix95.h105 __gthrw(pthread_getschedparam)
272 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
311 if (__gthrw_(pthread_getschedparam) (__gthrw_(pthread_self) (), &policy, &params) == 0)
/freebsd-9.3-release/include/
H A Dpthread.h284 int pthread_getschedparam(pthread_t pthread, int *,
/freebsd-9.3-release/lib/libkse/
H A Dkse.map70 pthread_getschedparam;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map76 pthread_getschedparam;
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h138 #define pthread_getschedparam _pthread_getschedparam macro
H A Dun-namespace.h119 #undef pthread_getschedparam macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile278 PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.c1013 assert (pthread_getschedparam (pthread_self(), &policy,
1241 assert (pthread_getschedparam (pthread_self(), &policy,
1444 assert (pthread_getschedparam (pthread_self (), &policy, &param) == 0);

Completed in 169 milliseconds