Home
last modified time | relevance | path

Searched refs:sched_policy (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_setprio.c52 if (pthread->attr.sched_policy == SCHED_OTHER || in _pthread_setprio()
58 pthread->attr.sched_policy, &param); in _pthread_setprio()
H A Dthr_setschedparam.c61 if (pthread->attr.sched_policy == policy && in _pthread_setschedparam()
72 pthread->attr.sched_policy = policy; in _pthread_setschedparam()
H A Dthr_create.c106 new_thread->attr.sched_policy = curthread->attr.sched_policy; in _pthread_create()
176 _schedparam_to_rtp(new_thread->attr.sched_policy, in _pthread_create()
H A Dthr_attr.c253 *policy = (*attr)->sched_policy; in _thr_attr_getschedpolicy()
411 policy = (*attr)->sched_policy; in _thr_attr_setschedparam()
441 (*attr)->sched_policy = policy; in _thr_attr_setschedpolicy()
H A Dthr_getschedparam.c64 *policy = pthread->attr.sched_policy; in _pthread_getschedparam()
H A Dthr_init.c82 .sched_policy = SCHED_OTHER,
429 _thr_getscheduler(thread->tid, &thread->attr.sched_policy, in init_main_thread()
H A Dthr_cond.c373 if (curthread->attr.sched_policy != SCHED_OTHER || in cond_wait_common()
H A Dthr_private.h264 int sched_policy; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h864 u32 sched_policy; member
H A Ddebugfs_htt_stats.c1840 htt_stats_buf->sched_policy); in htt_print_tx_pdev_stats_sched_per_txq_tlv()