Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/
H A Dsched_test_utils.c204 int sched_policy_val = 0; in create_pthread_attr() local
207 sched_policy_val = SCHED_FIFO; in create_pthread_attr()
210 sched_policy_val = SCHED_RR; in create_pthread_attr()
213 sched_policy_val = SCHED_OTHER; in create_pthread_attr()