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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c159 thread->realtime.period = info->period;
160 thread->realtime.computation = info->computation;
161 thread->realtime.constraint = info->constraint;
162 thread->realtime.preemptible = info->preemptible;
453 info->period = thread->realtime.period;
454 info->computation = thread->realtime.computation;
455 info->constraint = thread->realtime.constraint;
456 info->preemptible = thread->realtime.preemptible;
H A Dsched_prim.c929 thread->realtime.deadline = mach_absolute_time();
930 thread->realtime.deadline += thread->realtime.constraint;
1677 if (((thread_t)q->next)->realtime.deadline <
1688 processor->deadline = thread->realtime.deadline;
1740 processor->deadline = thread->realtime.deadline;
1748 /* No realtime threads and no normal threads on the per-processor
1915 thread_tell_urgency(THREAD_URGENCY_REAL_TIME, thread->realtime.period, thread->realtime.deadline);
2368 thread->realtime
[all...]
H A Dwait_queue.c1171 boolean_t realtime; local
1186 * realtime thread, similar in principle to performing
1188 * to run the realtime thread, but without causing the
1191 realtime = (thread->sched_pri >= BASEPRI_REALTIME);
1203 || realtime)
1214 flags = realtime ? TIMER_CALL_CRITICAL : 0;
H A Dthread.h242 } realtime; member in struct:thread
H A Dthread.c206 thread_template.realtime.deadline = UINT64_MAX;
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c829 int realtime = 0; local
846 realtime = (cl->cl_e <= cur_time);
855 realtime = 1;
900 if (realtime)
908 if (realtime)

Completed in 43 milliseconds