Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Duser.h132 bool uu_workq_pthread_kill_allowed; member
/xnu-10002.61.3/bsd/pthread/
H A Dpthread_workqueue.c1022 uth->uu_workq_pthread_kill_allowed = 0; in workq_thread_init_and_wq_lock()
2708 uth->uu_workq_pthread_kill_allowed = enable; in workq_thread_allow_kill()
/xnu-10002.61.3/bsd/kern/
H A Dkern_sig.c1122 if ((thread_get_tag(target_act) & THREAD_TAG_WORKQUEUE) && !uth->uu_workq_pthread_kill_allowed) { in __pthread_kill()