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

/xnu-2782.1.97/osfmk/kern/
H A Dthread_policy.c317 thread->realtime.period = info->period;
318 thread->realtime.computation = info->computation;
319 thread->realtime.constraint = info->constraint;
320 thread->realtime.preemptible = info->preemptible;
555 /* This path isn't allowed to change a thread out of realtime. */
993 info->period = thread->realtime.period;
994 info->computation = thread->realtime.computation;
995 info->constraint = thread->realtime.constraint;
996 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.c955 thread->realtime.deadline = thread->realtime.constraint + ctime;
1837 if (next_rt->realtime.deadline < processor->deadline &&
1848 processor->deadline = thread->realtime.deadline;
1892 processor->deadline = thread->realtime.deadline;
1901 /* No realtime threads and no normal threads on the per-processor
2518 thread->realtime.deadline = UINT64_MAX;
2523 * For non-realtime threads treat a tiny
2855 thread->quantum_remaining = thread->realtime.computation;
3127 * Enqueue a thread for realtime executio
[all...]
H A Dthread.h247 } realtime; member in struct:thread
H A Dthread.c252 thread_template.realtime.deadline = UINT64_MAX;
/xnu-2782.1.97/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 80 milliseconds