Searched refs:constraint (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c149 if ( info->constraint < info->computation ||
161 thread->realtime.constraint = info->constraint;
455 info->constraint = thread->realtime.constraint;
468 info->constraint = default_timeshare_constraint;
H A Dthread.h238 uint32_t constraint; member in struct:thread::__anon1092
H A Dsched_prim.c930 thread->realtime.deadline += thread->realtime.constraint;
2095 * Allow time constraint threads to hang onto
/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_policy.h136 * constraint: This is the maximum amount of real time that
140 * Note that latency = (constraint - computation).
143 * interrupted, subject to the constraint specified above.
151 uint32_t constraint; member in struct:thread_time_constraint_policy
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsched_tests.c45 pol.constraint = nanos_to_abs(100000000, mti.numer, mti.denom);
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c114 pol.constraint = CONSTRAINT_NANOS * g_mti.denom / g_mti.numer;
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c162 pol.constraint = nanos_to_abs(CONSTRAINT_NANOS);

Completed in 37 milliseconds