10 Star 15 Fork 5

anolis / fio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
helper_thread.h 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bart Van Assche 提交于 2018-03-14 08:31 . Rename fio_mutex into fio_sem
#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/anolis/fio.git
git@gitee.com:anolis/fio.git
anolis
fio
fio
an8

搜索帮助