Searched refs:_pthread_getschedparam (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_getschedparam.c44 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
47 _pthread_getschedparam(pthread_t pthread, int *policy, function
H A Dthr_getprio.c45 if ((ret = _pthread_getschedparam(pthread, &policy, &param)) == 0)
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_getprio.c47 if ((ret = _pthread_getschedparam(pthread, &policy, &param)) == 0)
H A Dthr_setprio.c47 if ((ret = _pthread_getschedparam(pthread, &policy, &param)) == 0) {
H A Dthr_getschedparam.c41 __weak_reference(_pthread_getschedparam, pthread_getschedparam);
44 _pthread_getschedparam(pthread_t pthread, int *policy, function
/freebsd-10.0-release/lib/libkse/
H A Dkse.map247 _pthread_getschedparam;
/freebsd-10.0-release/lib/libthr/
H A Dpthread.map274 _pthread_getschedparam;
/freebsd-10.0-release/lib/libc/include/
H A Dnamespace.h138 #define pthread_getschedparam _pthread_getschedparam

Completed in 313 milliseconds