|
join 1.0
lightweight network framework library
|
#include <join/statistics.hpp>#include <join/semaphore.hpp>#include <join/thread.hpp>#include <join/queue.hpp>#include <gtest/gtest.h>
Classes | |
| class | ShmMpsc |
| class used to test the multiple producer single consumer ring buffer. More... | |
Functions | |
| TEST_F (ShmMpsc, create) | |
| test create. | |
| TEST_F (ShmMpsc, tryPush) | |
| test tryPush. | |
| TEST_F (ShmMpsc, tryPushBatch) | |
| test batch tryPush. | |
| TEST_F (ShmMpsc, push) | |
| test push. | |
| TEST_F (ShmMpsc, pushBatch) | |
| test batch push. | |
| TEST_F (ShmMpsc, tryPop) | |
| test tryPop. | |
| TEST_F (ShmMpsc, tryPopBatch) | |
| test batch tryPop. | |
| TEST_F (ShmMpsc, pop) | |
| test pop. | |
| TEST_F (ShmMpsc, popBatch) | |
| test batch pop. | |
| TEST_F (ShmMpsc, pushBenchmark) | |
| benchmark push. | |
| TEST_F (ShmMpsc, popBenchmark) | |
| benchmark pop. | |
| TEST_F (ShmMpsc, pending) | |
| test pending. | |
| TEST_F (ShmMpsc, available) | |
| test available. | |
| TEST_F (ShmMpsc, full) | |
| test full. | |
| TEST_F (ShmMpsc, empty) | |
| test empty. | |
| TEST_F (ShmMpsc, mlock) | |
| test mlock. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | ShmMpsc | , |
| available | ) |
test available.
| TEST_F | ( | ShmMpsc | , |
| create | ) |
test create.
| TEST_F | ( | ShmMpsc | , |
| empty | ) |
test empty.
| TEST_F | ( | ShmMpsc | , |
| full | ) |
test full.
| TEST_F | ( | ShmMpsc | , |
| mlock | ) |
test mlock.
| TEST_F | ( | ShmMpsc | , |
| pending | ) |
test pending.
| TEST_F | ( | ShmMpsc | , |
| pop | ) |
test pop.
| TEST_F | ( | ShmMpsc | , |
| popBatch | ) |
test batch pop.
| TEST_F | ( | ShmMpsc | , |
| popBenchmark | ) |
benchmark pop.
| TEST_F | ( | ShmMpsc | , |
| push | ) |
test push.
| TEST_F | ( | ShmMpsc | , |
| pushBatch | ) |
test batch push.
| TEST_F | ( | ShmMpsc | , |
| pushBenchmark | ) |
benchmark push.
| TEST_F | ( | ShmMpsc | , |
| tryPop | ) |
test tryPop.
| TEST_F | ( | ShmMpsc | , |
| tryPopBatch | ) |
test batch tryPop.
| TEST_F | ( | ShmMpsc | , |
| tryPush | ) |
test tryPush.
| TEST_F | ( | ShmMpsc | , |
| tryPushBatch | ) |
test batch tryPush.