Searched refs:job_func (Results 1 – 2 of 2) sorted by relevance
51 GIOSchedulerJobFunc job_func; member179 result = job->job_func (job, job->cancellable, job->data); in io_job_thread()198 result = job->job_func (job, job->cancellable, job->data); in run_job_at_idle()225 g_io_scheduler_push_job (GIOSchedulerJobFunc job_func, in g_io_scheduler_push_job() argument234 g_return_if_fail (job_func != NULL); in g_io_scheduler_push_job()237 job->job_func = job_func; in g_io_scheduler_push_job()
35 void g_io_scheduler_push_job (GIOSchedulerJobFunc job_func,