Searched refs:computation (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dthread_policy.h99 * hint indicating whether this is a long running computation.
130 * the computation.
132 * computation: This is the nominal amount of computation
138 * to the end of computation for logically correct functioning,
139 * specified in absolute time units. Must be (>= computation).
140 * Note that latency = (constraint - computation).
142 * preemptible: This indicates that the computation may be
150 uint32_t computation; member in struct:thread_time_constraint_policy
167 * computation compare
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_policy.c129 if ( info->constraint < info->computation ||
130 info->computation > max_rt_quantum ||
131 info->computation < min_rt_quantum ) {
140 thread->realtime.computation = info->computation;
378 info->computation = thread->realtime.computation;
391 info->computation = std_quantum / 2;
H A Dsched.h185 (thread)->realtime.computation: std_quantum; \
221 /* Periodic computation of various averages */
H A Dthread.h211 uint32_t computation; member in struct:thread::__anon849
226 /* Fail-safe computation since last unblock or qualifying yield */

Completed in 170 milliseconds