Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/sched/
H A Dsched_test_utils.c228 int sched_policy_val = 0; in create_pthread_attr() local
231 sched_policy_val = SCHED_FIFO; in create_pthread_attr()
234 sched_policy_val = SCHED_RR; in create_pthread_attr()
237 sched_policy_val = SCHED_OTHER; in create_pthread_attr()