|
join 1.0
lightweight network framework library
|
#include <join/semaphore.hpp>#include <join/shared.hpp>#include <gtest/gtest.h>#include <algorithm>
Classes | |
| class | SpscEndpoint |
Functions | |
| TEST_F (SpscEndpoint, open) | |
| TEST_F (SpscEndpoint, trySend) | |
| TEST_F (SpscEndpoint, send) | |
| TEST_F (SpscEndpoint, timedSend) | |
| TEST_F (SpscEndpoint, tryReceive) | |
| TEST_F (SpscEndpoint, receive) | |
| TEST_F (SpscEndpoint, timedReceive) | |
| TEST_F (SpscEndpoint, sendBenchmark) | |
| TEST_F (SpscEndpoint, timedSendBenchmark) | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | SpscEndpoint | , |
| open | ) |
| TEST_F | ( | SpscEndpoint | , |
| receive | ) |
| TEST_F | ( | SpscEndpoint | , |
| send | ) |
| TEST_F | ( | SpscEndpoint | , |
| sendBenchmark | ) |
| TEST_F | ( | SpscEndpoint | , |
| timedReceive | ) |
| TEST_F | ( | SpscEndpoint | , |
| timedSend | ) |
| TEST_F | ( | SpscEndpoint | , |
| timedSendBenchmark | ) |
| TEST_F | ( | SpscEndpoint | , |
| tryReceive | ) |
| TEST_F | ( | SpscEndpoint | , |
| trySend | ) |