Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/pthread/
H A Dworkqueue_internal.h340 bool workq_thread_is_permanently_bound(struct uthread *uth);
H A Dpthread_workqueue.c629 !workq_thread_is_permanently_bound(uth)) { in workq_thread_update_bucket()
641 !workq_thread_is_permanently_bound(uth) && in workq_thread_update_bucket()
964 if (!workq_thread_is_permanently_bound(uth)) { in workq_thread_terminate()
1152 workq_thread_is_permanently_bound(struct uthread *uth) in workq_thread_is_permanently_bound() function
2329 (!workq_thread_is_permanently_bound(uth)); in bsdthread_part_of_cooperative_workqueue()
3253 assert(workq_thread_is_permanently_bound(uth)); in workq_kern_bound_thread_reset_pri()
4970 if (workq_thread_is_cooperative(uth) || workq_thread_is_permanently_bound(uth)) { in workq_setup_and_run()
5036 assert(workq_thread_is_permanently_bound(uth)); in workq_bound_thread_initialize_and_unpark_continue()
5093 assert(workq_thread_is_permanently_bound(uth)); in workq_bound_thread_initialize_and_unpark_continue()
5115 assert(workq_thread_is_permanently_bound(uth)); in workq_bound_thread_unpark_continue()
/xnu-11417.101.15/bsd/kern/
H A Dkern_event.c6040 assert(workq_thread_is_permanently_bound(uth));
6327 if (!workq_thread_is_permanently_bound(ut)) {
7922 assert(workq_thread_is_permanently_bound(current_uthread()));