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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.h53 typedef struct workqueue { struct
/macosx-10.10/libpthread-105.1.4/kern/
H A Dworkqueue_internal.h91 struct workqueue *th_workq;
108 struct workqueue { struct
H A Dkern_support.c118 static boolean_t workqueue_run_nextreq(proc_t p, struct workqueue *wq, thread_t th, boolean_t force_oc,
121 static boolean_t workqueue_run_one(proc_t p, struct workqueue *wq, boolean_t overcommit, pthread_priority_t priority);
131 static boolean_t workqueue_addnewthread(struct workqueue *wq, boolean_t oc_thread);
639 struct workqueue *wq = NULL;
656 /* If we're a workqueue, the threadlist item priority needs adjusting, along with the bucket we were running in. */
676 /* workqueue_run_nextreq will drop the workqueue lock in all exit paths. */
704 /* Not allowed on workqueue threads, since there is no symmetric clear function */
947 workqueue_interval_timer_start(struct workqueue *wq)
978 * the timestamp is updated atomically w/o holding the workqueue lock
1024 workqueue_add_timer(struct workqueue *w
[all...]

Completed in 482 milliseconds