Searched refs:TSInfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstDarwinSched.cpp64 struct policy_timeshare_info TSInfo = {0,0,0,0,0}; local
93 krc = thread_info(mach_thread_self(), THREAD_SCHED_TIMESHARE_INFO, (thread_info_t)&TSInfo, &Count);
97 TSInfo.max_priority, TSInfo.max_priority,
98 TSInfo.base_priority, TSInfo.base_priority,
99 TSInfo.cur_priority, TSInfo.cur_priority,
100 TSInfo.depressed,
101 TSInfo
[all...]
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp214 struct policy_timeshare_info TSInfo = {0,0,0,0,0}; local
216 krc = thread_info(mach_thread_self(), THREAD_SCHED_TIMESHARE_INFO, (thread_info_t)&TSInfo, &Count);
219 return TSInfo.base_priority;

Completed in 766 milliseconds