Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dthread_group.h113 void thread_group_set_flags_locked(struct thread_group *tg, uint32_t flags);
H A Dthread_group.c344 thread_group_set_flags_locked(tg, flags); in thread_group_set_flags()
389 thread_group_set_flags_locked(struct thread_group *tg, uint32_t flags) in thread_group_set_flags_locked() function
H A Dcoalition.c1638 thread_group_set_flags_locked(task_coalition_get_thread_group(task), THREAD_GROUP_FLAGS_UI_APP); in task_coalition_thread_group_focal_update()
1651thread_group_set_flags_locked(task_coalition_get_thread_group(task), THREAD_GROUP_FLAGS_GAME_MODE); in task_coalition_thread_group_game_mode_update()
1667thread_group_set_flags_locked(task_coalition_get_thread_group(task), THREAD_GROUP_FLAGS_APPLICATIO… in task_coalition_thread_group_application_set()