Searched refs:thread_set_preadopt_thread_group (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.121.3/osfmk/kern/ |
| H A D | thread_group.h | 143 void thread_set_preadopt_thread_group(thread_t t, struct thread_group *tg);
|
| H A D | thread_group.c | 884 thread_set_preadopt_thread_group(thread_t t, struct thread_group *tg) in thread_set_preadopt_thread_group() function
|
| /xnu-10063.121.3/bsd/pthread/ |
| H A D | pthread_workqueue.c | 773 thread_set_preadopt_thread_group(th, KQWL_GET_PREADOPTED_TG(old_tg)); in workq_thread_reset_pri() 794 thread_set_preadopt_thread_group(th, KQWL_GET_PREADOPTED_TG(old_tg)); in workq_thread_reset_pri() 797 thread_set_preadopt_thread_group(th, NULL); in workq_thread_reset_pri() 802 thread_set_preadopt_thread_group(th, NULL); in workq_thread_reset_pri() 3635 thread_set_preadopt_thread_group(get_machthread(uth), NULL); in workq_park_and_unlock() 4462 thread_set_preadopt_thread_group(get_machthread(uth), NULL); in workq_select_threadreq_or_park_and_unlock()
|
| /xnu-10063.121.3/bsd/kern/ |
| H A D | kern_event.c | 3345 thread_set_preadopt_thread_group(thread, tg); in kqueue_process_preadopt_thread_group() 3352 thread_set_preadopt_thread_group(thread, KQWL_GET_PREADOPTED_TG(old_tg)); in kqueue_process_preadopt_thread_group() 5407 thread_set_preadopt_thread_group(thread, tg); in kqueue_threadreq_bind() 5414 thread_set_preadopt_thread_group(thread, NULL); in kqueue_threadreq_bind() 5424 thread_set_preadopt_thread_group(thread, tg); in kqueue_threadreq_bind() 5442 thread_set_preadopt_thread_group(thread, NULL); in kqueue_threadreq_bind() 5962 thread_set_preadopt_thread_group(thread, NULL); in kqworkloop_unbind_locked()
|