#include "DiskIO/DiskIOStrategy.h"
Include dependency graph for DiskThreadsIOStrategy.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DiskThreadsIOStrategy |
Macros | |
#define | _AIO_OPEN 0 |
#define | _AIO_READ 1 |
#define | _AIO_WRITE 2 |
#define | _AIO_CLOSE 3 |
#define | _AIO_UNLINK 4 |
#define | _AIO_OPENDIR 5 |
#define | _AIO_STAT 6 |
Macro Definition Documentation
◆ _AIO_CLOSE
#define _AIO_CLOSE 3 |
Definition at line 17 of file DiskThreadsIOStrategy.h.
◆ _AIO_OPEN
#define _AIO_OPEN 0 |
Definition at line 14 of file DiskThreadsIOStrategy.h.
◆ _AIO_OPENDIR
#define _AIO_OPENDIR 5 |
Definition at line 19 of file DiskThreadsIOStrategy.h.
◆ _AIO_READ
#define _AIO_READ 1 |
Definition at line 15 of file DiskThreadsIOStrategy.h.
◆ _AIO_STAT
#define _AIO_STAT 6 |
Definition at line 20 of file DiskThreadsIOStrategy.h.
◆ _AIO_UNLINK
#define _AIO_UNLINK 4 |
Definition at line 18 of file DiskThreadsIOStrategy.h.
◆ _AIO_WRITE
#define _AIO_WRITE 2 |
Definition at line 16 of file DiskThreadsIOStrategy.h.