OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:td_parent
(Results
1 - 1
of
1
) sorted by null
/external/fio/
init.c
1370
struct thread_data *td, *
td_parent
;
local
1375
td_parent
= td = NULL;
1384
if (in_global && !
td_parent
)
1385
td_parent
= get_new_job(1, &def_thread, 0, jobname);
1387
if (!
td_parent
)
1388
td_parent
= &def_thread;
1389
td = get_new_job(0,
td_parent
, 0, jobname);
1392
fio_options_parse(
td_parent
, (char **) &o[i], 1, 0);
[
all
...]
Completed in 95 milliseconds