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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h479 typedef void (task_func_t)(void *); typedef
483 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c933 _taskq_apply( task_func_t func, thread_call_param_t arg )
948 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags)
H A Ddtrace.c16445 (task_func_t *)dtrace_enabling_matchall, NULL, TQ_SLEEP);

Completed in 37 milliseconds