Searched refs:update_priority (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsched_dualq.c120 .update_priority = update_priority,
H A Dsched_prim.h172 extern void update_priority(
575 * Is it safe to call update_priority, which may change a thread's
585 void (*update_priority)(thread_t thread); member in struct:sched_dispatch_table
H A Dpriority.c159 SCHED(update_priority)(thread);
382 * update_priority
389 update_priority( function
H A Dsched_proto.c181 .update_priority = sched_proto_update_priority,
H A Dsched_multiq.c316 .update_priority = update_priority,
H A Dsched_prim.c430 .update_priority = update_priority,
467 .update_priority = update_priority,
1796 SCHED(update_priority)(thread);
3940 SCHED(update_priority)(thread);
4984 SCHED(update_priority)(thread);
H A Dsched_grrr.c221 .update_priority = sched_grrr_update_priority,
H A Dtask_policy.c1252 boolean_t update_priority = FALSE; local
1292 update_priority = TRUE;
1306 if (update_threads || update_throttle || update_priority || update_sfi ) {
1310 if (update_priority) {
H A Dthread.c1236 SCHED(update_priority)(thread);

Completed in 272 milliseconds