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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h478 typedef struct taskq taskq_t; typedef in typeref:struct:taskq
482 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
483 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
484 extern void taskq_destroy(taskq_t *);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c938 taskq_t *
944 return (taskq_t *)thread_call_allocate( (thread_call_func_t)_taskq_apply, NULL );
948 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags)
957 taskq_destroy(taskq_t *tq)
H A Ddtrace.c221 static taskq_t *dtrace_taskq; /* task queue */

Completed in 90 milliseconds