Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_setschedparam.c61 ret = _thr_setscheduler(curthread->tid, policy, param); in _pthread_setschedparam()
82 ret = _thr_setscheduler(pthread->tid, policy, param); in _pthread_setschedparam()
H A Dthr_kern.c212 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) in _thr_setscheduler() function
H A Dthr_private.h721 int _thr_setscheduler(lwpid_t, int, const struct sched_param *);