Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/pthread/
H A Dworkqueue_internal.h340 bool workq_thread_is_permanently_bound(struct uthread *uth);
H A Dpthread_workqueue.c628 !workq_thread_is_permanently_bound(uth)) { in workq_thread_update_bucket()
640 !workq_thread_is_permanently_bound(uth) && in workq_thread_update_bucket()
963 if (!workq_thread_is_permanently_bound(uth)) { in workq_thread_terminate()
1151 workq_thread_is_permanently_bound(struct uthread *uth) in workq_thread_is_permanently_bound() function
2328 (!workq_thread_is_permanently_bound(uth)); in bsdthread_part_of_cooperative_workqueue()
3256 assert(workq_thread_is_permanently_bound(uth)); in workq_kern_bound_thread_reset_pri()
4973 if (workq_thread_is_cooperative(uth) || workq_thread_is_permanently_bound(uth)) { in workq_setup_and_run()
5039 assert(workq_thread_is_permanently_bound(uth)); in workq_bound_thread_initialize_and_unpark_continue()
5096 assert(workq_thread_is_permanently_bound(uth)); in workq_bound_thread_initialize_and_unpark_continue()
5118 assert(workq_thread_is_permanently_bound(uth)); in workq_bound_thread_unpark_continue()
/xnu-11215.41.3/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()));