HomeSort by: relevance | last modified time | path
    Searched defs:threadpool_job (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
threadpool.h 46 struct threadpool_job;
50 typedef void threadpool_job_fn_t(struct threadpool_job *); typedef in typeref:typename:void threadpool_job_fn_t (struct *)
52 struct threadpool_job { struct
55 TAILQ_ENTRY(threadpool_job) job_entry;
75 void threadpool_job_init(struct threadpool_job *, threadpool_job_fn_t,
77 void threadpool_job_destroy(struct threadpool_job *);
78 void threadpool_job_done(struct threadpool_job *);
80 void threadpool_schedule_job(struct threadpool *, struct threadpool_job *);
81 void threadpool_cancel_job(struct threadpool *, struct threadpool_job *);
83 struct threadpool_job *);
    [all...]
threadpool.h 46 struct threadpool_job;
50 typedef void threadpool_job_fn_t(struct threadpool_job *); typedef in typeref:typename:void threadpool_job_fn_t (struct *)
52 struct threadpool_job { struct
55 TAILQ_ENTRY(threadpool_job) job_entry;
75 void threadpool_job_init(struct threadpool_job *, threadpool_job_fn_t,
77 void threadpool_job_destroy(struct threadpool_job *);
78 void threadpool_job_done(struct threadpool_job *);
80 void threadpool_schedule_job(struct threadpool *, struct threadpool_job *);
81 void threadpool_cancel_job(struct threadpool *, struct threadpool_job *);
83 struct threadpool_job *);
    [all...]

Completed in 71 milliseconds