Searched refs:thread_set_preadopt_thread_group (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ ! |
| H A D | thread_group.h | 160 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-11417.121.6/bsd/pthread/ ! |
| H A D | pthread_workqueue.c | 790 thread_set_preadopt_thread_group(th, KQWL_GET_PREADOPTED_TG(old_tg)); in workq_thread_reset_pri() 811 thread_set_preadopt_thread_group(th, KQWL_GET_PREADOPTED_TG(old_tg)); in workq_thread_reset_pri() 814 thread_set_preadopt_thread_group(th, NULL); in workq_thread_reset_pri() 819 thread_set_preadopt_thread_group(th, NULL); in workq_thread_reset_pri() 3899 thread_set_preadopt_thread_group(get_machthread(uth), NULL); in workq_park_and_unlock() 4751 thread_set_preadopt_thread_group(get_machthread(uth), NULL); in workq_select_threadreq_or_park_and_unlock()
|
| /xnu-11417.121.6/bsd/kern/ ! |
| H A D | kern_event.c | 3363 thread_set_preadopt_thread_group(thread, tg); in kqueue_process_preadopt_thread_group() 3370 thread_set_preadopt_thread_group(thread, KQWL_GET_PREADOPTED_TG(old_tg)); in kqueue_process_preadopt_thread_group() 5701 thread_set_preadopt_thread_group(thread, tg); 5708 thread_set_preadopt_thread_group(thread, NULL); 5724 thread_set_preadopt_thread_group(thread, tg); 5742 thread_set_preadopt_thread_group(thread, NULL); 6310 thread_set_preadopt_thread_group(thread, NULL);
|