Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/ !
H A Deventvar.h299 #define KQWL_GET_PREADOPTED_TG(tg) \ macro
317 (KQWL_GET_PREADOPTED_TG(tg) != NULL))
/xnu-8792.81.2/bsd/pthread/ !
H A Dpthread_workqueue.c768 thread_set_preadopt_thread_group(th, KQWL_GET_PREADOPTED_TG(old_tg)); in workq_thread_reset_pri()
781 thread_group_deallocate_safe(KQWL_GET_PREADOPTED_TG(thread_group_to_set)); in workq_thread_reset_pri()
/xnu-8792.81.2/bsd/kern/ !
H A Dkern_event.c3276 thread_group_deallocate_safe(KQWL_GET_PREADOPTED_TG(old_tg)); in kqueue_set_preadopted_thread_group()
3362 thread_group_release(KQWL_GET_PREADOPTED_TG(tg)); in kqworkloop_dealloc()
5214 struct thread_group *tg = KQWL_GET_PREADOPTED_TG(old_tg); in kqueue_threadreq_bind()