join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
shared_condition_test.cpp File Reference
#include <join/condition.hpp>
#include <join/thread.hpp>
#include <join/error.hpp>
#include <gtest/gtest.h>
#include <thread>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
Include dependency graph for shared_condition_test.cpp:

Classes

struct  ConditionSync
 
class  SharedConditionTest
 class used to test the shared condition. More...
 

Functions

 TEST_F (SharedConditionTest, wait)
 test wait.
 
 TEST_F (SharedConditionTest, timedWait)
 test timedWait.
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST_F() [1/2]

TEST_F ( SharedConditionTest ,
timedWait  )

test timedWait.

◆ TEST_F() [2/2]

TEST_F ( SharedConditionTest ,
wait  )

test wait.