|
join 1.0
lightweight network framework library
|
#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>
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. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | SharedConditionTest | , |
| timedWait | ) |
test timedWait.
| TEST_F | ( | SharedConditionTest | , |
| wait | ) |
test wait.