Searched refs:th_workq (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h68 struct workqueue *th_workq; member in struct:threadlist
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c888 wq = tl->th_workq;
956 wq = tl->th_workq;
1108 tl->th_workq = wq;
2123 KERNEL_DEBUG(0xefffd018 | DBG_FUNC_END, tl->th_workq, 0, 0, 0, 0);
2180 KERNEL_DEBUG1(0xefffd004 | DBG_FUNC_START, tl->th_workq, tl->th_priority, tl->th_affinity_tag, thread_tid(current_thread()), thread_tid(th));
2188 KERNEL_DEBUG(0xefffd000 | DBG_FUNC_END, tl->th_workq, 0, 0, 4, 0);
2202 KERNEL_DEBUG1(0xefffd014 | DBG_FUNC_END, tl->th_workq, 0, 0, thread_tid(current_thread()), thread_tid(th));

Completed in 22 milliseconds