Home
last modified time | relevance | path

Searched refs:thread_group_clear_flags_locked (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread_group.h131 void thread_group_clear_flags_locked(struct thread_group *tg, uint32_t flags);
H A Dthread_group.c378 thread_group_clear_flags_locked(tg, flags); in thread_group_clear_flags()
434 thread_group_clear_flags_locked(struct thread_group *tg, uint32_t flags) in thread_group_clear_flags_locked() function
H A Dcoalition.c1795 thread_group_clear_flags_locked(task_coalition_get_thread_group(task), THREAD_GROUP_FLAGS_UI_APP); in task_coalition_thread_group_focal_update()
1808thread_group_clear_flags_locked(task_coalition_get_thread_group(task), THREAD_GROUP_FLAGS_GAME_MOD… in task_coalition_thread_group_game_mode_update()
1821thread_group_clear_flags_locked(task_coalition_get_thread_group(task), THREAD_GROUP_FLAGS_CARPLAY_… in task_coalition_thread_group_carplay_mode_update()