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

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h68 struct workqueue *th_workq;
83 struct workqueue { struct
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c127 static boolean_t workqueue_run_nextreq(proc_t p, struct workqueue *wq, thread_t th, boolean_t force_oc,
130 static boolean_t workqueue_run_one(proc_t p, struct workqueue *wq, boolean_t overcommit, int priority);
140 static boolean_t workqueue_addnewthread(struct workqueue *wq, boolean_t oc_thread);
552 workqueue_interval_timer_start(struct workqueue *wq)
580 * the timestamp is updated atomically w/o holding the workqueue lock
626 workqueue_add_timer(struct workqueue *wq, __unused int param1)
641 * because workqueue_callback now runs w/o taking the workqueue lock
741 * dropping the workqueue lock in all cases
787 struct workqueue *wq;
823 * 'workqueue_addnewthread' drops the workqueue loc
[all...]

Completed in 24 milliseconds