| taskq.h | 38 typedef struct taskq taskq_t; typedef in typeref:struct:taskq 65 extern taskq_t *system_taskq; 70 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t); 71 extern taskq_t *taskq_create_instance(const char *, int, int, pri_t, int, 73 extern taskq_t *taskq_create_proc(const char *, int, pri_t, int, int, 75 extern taskq_t *taskq_create_sysdc(const char *, int, int, int, 77 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t); 79 extern void taskq_destroy(taskq_t *); 80 extern void taskq_wait(taskq_t *); 81 extern void taskq_suspend(taskq_t *); [all...] |