|
join 1.0
lightweight network framework library
|
#include <join/statistics.hpp>#include <join/thread.hpp>#include <join/queue.hpp>#include <gtest/gtest.h>
Functions | |
| TEST (LocalMpsc, tryPush) | |
| test tryPush. | |
| TEST (LocalMpsc, tryPushBatch) | |
| test batch tryPush. | |
| TEST (LocalMpsc, push) | |
| test push. | |
| TEST (LocalMpsc, pushBatch) | |
| test batch push. | |
| TEST (LocalMpsc, tryPop) | |
| test tryPop. | |
| TEST (LocalMpsc, tryPopBatch) | |
| test batch tryPop. | |
| TEST (LocalMpsc, pop) | |
| test pop. | |
| TEST (LocalMpsc, popBatch) | |
| test batch pop. | |
| TEST (LocalMpsc, pushBenchmark) | |
| benchmark push. | |
| TEST (LocalMpsc, popBenchmark) | |
| benchmark pop. | |
| TEST (LocalMpsc, pending) | |
| test pending. | |
| TEST (LocalMpsc, available) | |
| test available. | |
| TEST (LocalMpsc, full) | |
| test full. | |
| TEST (LocalMpsc, empty) | |
| test empty. | |
| TEST (LocalMpsc, mlock) | |
| test mlock. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | LocalMpsc | , |
| available | ) |
test available.
| TEST | ( | LocalMpsc | , |
| empty | ) |
test empty.
| TEST | ( | LocalMpsc | , |
| full | ) |
test full.
| TEST | ( | LocalMpsc | , |
| mlock | ) |
test mlock.
| TEST | ( | LocalMpsc | , |
| pending | ) |
test pending.
| TEST | ( | LocalMpsc | , |
| pop | ) |
test pop.
| TEST | ( | LocalMpsc | , |
| popBatch | ) |
test batch pop.
| TEST | ( | LocalMpsc | , |
| popBenchmark | ) |
benchmark pop.
| TEST | ( | LocalMpsc | , |
| push | ) |
test push.
| TEST | ( | LocalMpsc | , |
| pushBatch | ) |
test batch push.
| TEST | ( | LocalMpsc | , |
| pushBenchmark | ) |
benchmark push.
| TEST | ( | LocalMpsc | , |
| tryPop | ) |
test tryPop.
| TEST | ( | LocalMpsc | , |
| tryPopBatch | ) |
test batch tryPop.
| TEST | ( | LocalMpsc | , |
| tryPush | ) |
test tryPush.
| TEST | ( | LocalMpsc | , |
| tryPushBatch | ) |
test batch tryPush.