Home
last modified time | relevance | path

Searched refs:_thr_setscheduler (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_setprio.c57 ret = _thr_setscheduler(pthread->tid, in _pthread_setprio()
H A Dthr_setschedparam.c68 ret = _thr_setscheduler(pthread->tid, policy, param); in _pthread_setschedparam()
H A Dthr_kern.c122 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) in _thr_setscheduler() function
H A Dthr_private.h842 int _thr_setscheduler(lwpid_t, int, const struct sched_param *) __hidden;