|
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 | ShmMpmc |
| class used to test the multiple producer multiple consumer ring buffer. More... | |
Functions | |
| TEST_F (ShmMpmc, create) | |
| test create. | |
| TEST_F (ShmMpmc, tryPush) | |
| test tryPush. | |
| TEST_F (ShmMpmc, tryPushBatch) | |
| test batch tryPush. | |
| TEST_F (ShmMpmc, push) | |
| test push. | |
| TEST_F (ShmMpmc, pushBatch) | |
| test batch push. | |
| TEST_F (ShmMpmc, tryPop) | |
| test tryPop. | |
| TEST_F (ShmMpmc, tryPopBatch) | |
| test batch tryPop. | |
| TEST_F (ShmMpmc, pop) | |
| test pop. | |
| TEST_F (ShmMpmc, popBatch) | |
| test batch pop. | |
| TEST_F (ShmMpmc, pushBenchmark) | |
| benchmark push. | |
| TEST_F (ShmMpmc, popBenchmark) | |
| benchmark pop. | |
| TEST_F (ShmMpmc, pending) | |
| test pending. | |
| TEST_F (ShmMpmc, available) | |
| test available. | |
| TEST_F (ShmMpmc, full) | |
| test full. | |
| TEST_F (ShmMpmc, empty) | |
| test empty. | |
| TEST_F (ShmMpmc, mlock) | |
| test mlock. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | ShmMpmc | , |
| available | ) |
test available.
| TEST_F | ( | ShmMpmc | , |
| create | ) |
test create.
| TEST_F | ( | ShmMpmc | , |
| empty | ) |
test empty.
| TEST_F | ( | ShmMpmc | , |
| full | ) |
test full.
| TEST_F | ( | ShmMpmc | , |
| mlock | ) |
test mlock.
| TEST_F | ( | ShmMpmc | , |
| pending | ) |
test pending.
| TEST_F | ( | ShmMpmc | , |
| pop | ) |
test pop.
| TEST_F | ( | ShmMpmc | , |
| popBatch | ) |
test batch pop.
| TEST_F | ( | ShmMpmc | , |
| popBenchmark | ) |
benchmark pop.
| TEST_F | ( | ShmMpmc | , |
| push | ) |
test push.
| TEST_F | ( | ShmMpmc | , |
| pushBatch | ) |
test batch push.
| TEST_F | ( | ShmMpmc | , |
| pushBenchmark | ) |
benchmark push.
| TEST_F | ( | ShmMpmc | , |
| tryPop | ) |
test tryPop.
| TEST_F | ( | ShmMpmc | , |
| tryPopBatch | ) |
test batch tryPop.
| TEST_F | ( | ShmMpmc | , |
| tryPush | ) |
test tryPush.
| TEST_F | ( | ShmMpmc | , |
| tryPushBatch | ) |
test batch tryPush.