Searched refs:realtime (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_policy.c139 thread->realtime.period = info->period;
140 thread->realtime.computation = info->computation;
141 thread->realtime.constraint = info->constraint;
142 thread->realtime.preemptible = info->preemptible;
377 info->period = thread->realtime.period;
378 info->computation = thread->realtime.computation;
379 info->constraint = thread->realtime.constraint;
380 info->preemptible = thread->realtime.preemptible;
H A Dsched.h185 (thread)->realtime.computation: std_quantum; \
H A Dsched_prim.c513 thread->realtime.deadline = mach_absolute_time();
514 thread->realtime.deadline += thread->realtime.constraint;
1214 if (((thread_t)q->next)->realtime.deadline <
1232 processor->deadline = thread->realtime.deadline;
1281 processor->deadline = thread->realtime.deadline;
1687 thread->realtime.deadline = UINT64_MAX;
1693 * For non-realtime threads treat a tiny
1997 * Enqueue a thread for realtime execution.
2005 uint64_t deadline = thread->realtime
[all...]
H A Dthread.h216 } realtime; member in struct:thread
H A Dthread.c188 thread_template.realtime.deadline = UINT64_MAX;

Completed in 28 milliseconds