10 Star 15 Fork 5

anolis / fio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
filelock.h 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jens Axboe 提交于 2016-08-29 11:44 . filelock: bool conversion
#ifndef FIO_LOCK_FILE_H
#define FIO_LOCK_FILE_H
#include "lib/types.h"
extern void fio_lock_file(const char *);
extern bool fio_trylock_file(const char *);
extern void fio_unlock_file(const char *);
extern int fio_filelock_init(void);
extern void fio_filelock_exit(void);
#endif
1
https://gitee.com/anolis/fio.git
git@gitee.com:anolis/fio.git
anolis
fio
fio
an8

搜索帮助