DDraceNetwork Docs
aio.cpp File Reference
#include "test.h"
#include <gtest/gtest.h>
#include <base/system.h>
Include dependency graph for aio.cpp:

Classes

class  Async
 

Functions

 TEST_F (Async, Empty)
 
 TEST_F (Async, Simple)
 
 TEST_F (Async, Long)
 
 TEST_F (Async, Pieces)
 
 TEST_F (Async, Mixed)
 
 TEST_F (Async, NonDivisor)
 
 TEST_F (Async, Transaction)
 

Variables

static const int BUF_SIZE = 64 * 1024
 

Function Documentation

◆ TEST_F() [1/7]

TEST_F ( Async  ,
Empty   
)

◆ TEST_F() [2/7]

TEST_F ( Async  ,
Long   
)

◆ TEST_F() [3/7]

TEST_F ( Async  ,
Mixed   
)

◆ TEST_F() [4/7]

TEST_F ( Async  ,
NonDivisor   
)

◆ TEST_F() [5/7]

TEST_F ( Async  ,
Pieces   
)

◆ TEST_F() [6/7]

TEST_F ( Async  ,
Simple   
)

◆ TEST_F() [7/7]

TEST_F ( Async  ,
Transaction   
)

Variable Documentation

◆ BUF_SIZE

const int BUF_SIZE = 64 * 1024
static