Home
last modified time | relevance | path

Searched defs:job_list (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/
Dcollect_suite_time_stats.py251 def get_job_timestamps(job_list, job_info_dict): argument
276 def get_job_tasks(job_list, job_info_dict): argument
/external/fio/
Dserver.c499 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid) in fio_server_add_job_pid()
557 static void fio_server_check_jobs(struct flist_head *job_list) in fio_server_check_jobs()
589 static int handle_run_cmd(struct flist_head *job_list, struct fio_net_cmd *cmd) in handle_run_cmd()
798 static int handle_command(struct flist_head *job_list, struct fio_net_cmd *cmd) in handle_command()
/external/autotest/cli/
Djob.py104 class job_list(job_list_stat): class
/external/mksh/src/
Djobs.c115 static Job *job_list; /* job list */ variable