1 Star 0 Fork 1

492973555/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/qq492973555/fio.git
[email protected]:qq492973555/fio.git
qq492973555
fio
fio
master

搜索帮助