Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Deventvar.h303 #define KQWL_GET_PREADOPTED_TG(tg) \ macro
315 (KQWL_GET_PREADOPTED_TG(tg) != NULL))
/xnu-10063.141.1/bsd/pthread/
H A Dpthread_workqueue.c773 thread_set_preadopt_thread_group(th, KQWL_GET_PREADOPTED_TG(old_tg)); in workq_thread_reset_pri()
786 thread_group_deallocate_safe(KQWL_GET_PREADOPTED_TG(thread_group_to_set)); in workq_thread_reset_pri()
794 thread_set_preadopt_thread_group(th, KQWL_GET_PREADOPTED_TG(old_tg)); in workq_thread_reset_pri()
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c3320 thread_group_deallocate_safe(KQWL_GET_PREADOPTED_TG(old_tg)); in kqueue_set_preadopted_thread_group()
3352 thread_set_preadopt_thread_group(thread, KQWL_GET_PREADOPTED_TG(old_tg)); in kqueue_process_preadopt_thread_group()
3413 thread_group_release(KQWL_GET_PREADOPTED_TG(tg)); in kqworkloop_dealloc()
5404 struct thread_group *tg = KQWL_GET_PREADOPTED_TG(old_tg); in kqueue_threadreq_bind()
5422 struct thread_group *tg = KQWL_GET_PREADOPTED_TG(old_tg); in kqueue_threadreq_bind()