Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dthread_group.h76 void thread_group_set_flags_locked(struct thread_group *tg, uint64_t flags);
H A Dthread_group.c380 thread_group_set_flags_locked(tg, flags); in thread_group_set_flags()
401 thread_group_set_flags_locked(struct thread_group *tg, uint64_t flags) in thread_group_set_flags_locked() function
H A Dcoalition.c1599 thread_group_set_flags_locked(task_coalition_get_thread_group(task), THREAD_GROUP_FLAGS_UI_APP); in task_coalition_thread_group_focal_update()