summaryrefslogtreecommitdiff
path: root/helper_thread.h
blob: 78933b13253d01613b5c7996f81577aa3c8c78dd (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FIO_HELPER_THREAD_H
#define FIO_HELPER_THREAD_H

extern void helper_reset(void);
extern void helper_do_stat(void);
extern bool helper_should_exit(void);
extern void helper_thread_destroy(void);
extern void helper_thread_exit(void);
extern int helper_thread_create(struct fio_mutex *, struct sk_out *);

#endif