1 Star 0 Fork 3

gaoxuelong / fio

forked from HoperunHarmony / fio 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
helper_thread.h 316 Bytes
Copy Edit Raw Blame History
董森浩 authored 2022-08-08 15:05 . 原版fio3.30
#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_sem *, struct sk_out *);
#endif
1
https://gitee.com/gaoxuelong/fio.git
git@gitee.com:gaoxuelong/fio.git
gaoxuelong
fio
fio
master

Search