Home
last modified time | relevance | path

Searched refs:priority_floor_count (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dast.c374 assert(thread->priority_floor_count == 0); in ast_taken_user()
H A Dthread.c726 assert(thread->priority_floor_count == 0); in thread_terminate_self()
2365 assert(thread->priority_floor_count > 0); in thread_floor_boost_set_promotion_locked()
2391 assert(thread->priority_floor_count < UINT16_MAX); in thread_priority_floor_start()
2392 prev_priority_floor_count = thread->priority_floor_count++; in thread_priority_floor_start()
2419 assert(thread->priority_floor_count > 0); in thread_priority_floor_end()
2422 if ((thread->priority_floor_count-- == 1) && (thread->sched_flags & TH_SFLAG_FLOOR_PROMOTED)) { in thread_priority_floor_end()
H A Dthread_act.c1276 thread->priority_floor_count > 0) { in thread_debug_return_to_user_ast()
1277 …sched_flag %u priority_floor_count %d", thread, thread->sched_flags, thread->priority_floor_count); in thread_debug_return_to_user_ast()
H A Dthread.h569 uint16_t priority_floor_count; /* number of push to boost the floor priority */ member
H A Dsched_prim.c3736 if (__improbable(thread->priority_floor_count != 0)) { in thread_dispatch()