Searched defs:job_list (Results 1 – 7 of 7) sorted by relevance
109 const base::ListValue* job_list = NULL; in GetJobsFromQueue() local
112 JobListInterface* job_list() { return scheduler_.get(); } in job_list() function
186 std::vector<Job> job_list(jobs->GetSize()); in ParseFetchResponse() local
485 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid) in fio_server_add_job_pid()543 static void fio_server_check_jobs(struct flist_head *job_list) in fio_server_check_jobs()553 static int handle_run_cmd(struct flist_head *job_list, struct fio_net_cmd *cmd) in handle_run_cmd()742 static int handle_command(struct flist_head *job_list, struct fio_net_cmd *cmd) in handle_command()
637 drive::JobListInterface* job_list) { in UpdateInFlightOperationsSection()
507 drive::JobListInterface* job_list = integration_service->job_list(); in RunAsync() local
115 static Job *job_list; /* job list */ variable