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

/xnu-2422.115.4/osfmk/kern/
H A Dthread_policy.c160 thread->realtime.period = info->period;
161 thread->realtime.computation = info->computation;
162 thread->realtime.constraint = info->constraint;
163 thread->realtime.preemptible = info->preemptible;
416 info->period = thread->realtime.period;
417 info->computation = thread->realtime.computation;
418 info->constraint = thread->realtime.constraint;
419 info->preemptible = thread->realtime.preemptible;
H A Dwait_queue.c1190 boolean_t realtime; local
1205 * realtime thread, similar in principle to performing
1207 * to run the realtime thread, but without causing the
1210 realtime = (thread->sched_pri >= BASEPRI_REALTIME);
1222 || realtime)
1640 boolean_t realtime = FALSE; local
1719 realtime = (t->sched_pri >= BASEPRI_REALTIME);
1720 if (is_queue_fifo || thread_imp_donor || realtime ||
H A Dsched_prim.c917 thread->realtime.deadline = thread->realtime.constraint + mach_absolute_time();
1813 if (((thread_t)q->next)->realtime.deadline <
1826 processor->deadline = thread->realtime.deadline;
1879 processor->deadline = thread->realtime.deadline;
1890 /* No realtime threads and no normal threads on the per-processor
2531 thread->realtime.deadline = UINT64_MAX;
2537 * For non-realtime threads treat a tiny
2847 thread->current_quantum = thread->realtime.computation;
3120 * Enqueue a thread for realtime executio
[all...]
H A Dthread.h249 } realtime; member in struct:thread
H A Dthread.c233 thread_template.realtime.deadline = UINT64_MAX;
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_hfsc.c833 int realtime = 0; local
850 realtime = (cl->cl_e <= cur_time);
859 realtime = 1;
904 if (realtime)
912 if (realtime)

Completed in 49 milliseconds