Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2555 thread_extended_policy_data_t extpol = {.timeshare = 0}; in bsdthread_set_self() local
2564 (thread_policy_t)&extpol, THREAD_EXTENDED_POLICY_COUNT); in bsdthread_set_self()
2570 thread_extended_policy_data_t extpol = {.timeshare = 1}; in bsdthread_set_self() local
2579 (thread_policy_t)&extpol, THREAD_EXTENDED_POLICY_COUNT); in bsdthread_set_self()