OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:td_exit
(Results
1 - 3
of
3
) sorted by null
/external/fio/
profile.h
11
void (*
td_exit
)(struct thread_data *);
member in struct:prof_io_ops
profile.c
120
if (ops->
td_exit
)
121
ops->
td_exit
(td);
/external/fio/profiles/
act.c
453
.
td_exit
= act_td_exit,
Completed in 1870 milliseconds