|
join 1.0
lightweight network framework library
|
#include <join/condition.hpp>#include <join/thread.hpp>#include <join/error.hpp>#include <gtest/gtest.h>#include <sys/mman.h>#include <sys/stat.h>#include <fcntl.h>
Classes | |
| struct | ConditionSync |
Functions | |
| TEST (SharedCondition, wait) | |
| test wait. | |
| TEST (SharedCondition, timedWait) | |
| test timedWait. | |
| int | main (int argc, char **argv) |
| main function. | |
Variables | |
| const std::string | _name = "/test_condition" |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | SharedCondition | , |
| timedWait | ) |
test timedWait.
| TEST | ( | SharedCondition | , |
| wait | ) |
test wait.
| const std::string _name = "/test_condition" |