Searched defs:td_parent (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dinit.c1236 struct thread_data *td, *td_parent; local
1241 td_parent = td = NULL;
1250 if (in_global && !td_parent)
1251 td_parent = get_new_job(1, &def_thread, 0);
1253 if (!td_parent)
1254 td_parent = &def_thread;
1255 td = get_new_job(0, td_parent, 0);
1258 fio_options_parse(td_parent, (char **) &o[i], 1, 0);

Completed in 77 milliseconds