|
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 (LocalSpsc, tryPush) | |
| test tryPush. | |
| TEST (LocalSpsc, tryPushBatch) | |
| test batch tryPush. | |
| TEST (LocalSpsc, push) | |
| test push. | |
| TEST (LocalSpsc, pushBatch) | |
| test batch push. | |
| TEST (LocalSpsc, tryPop) | |
| test tryPop. | |
| TEST (LocalSpsc, tryPopBatch) | |
| test batch tryPop. | |
| TEST (LocalSpsc, pop) | |
| test pop. | |
| TEST (LocalSpsc, popBatch) | |
| test batch pop. | |
| TEST (LocalSpsc, pushBenchmark) | |
| test benchmark push. | |
| TEST (LocalSpsc, popBenchmark) | |
| test benchmark pop. | |
| TEST (LocalSpsc, pending) | |
| test pending. | |
| TEST (LocalSpsc, available) | |
| test available. | |
| TEST (LocalSpsc, full) | |
| test full. | |
| TEST (LocalSpsc, empty) | |
| test empty. | |
| TEST (LocalSpsc, mlock) | |
| test mlock. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | LocalSpsc | , |
| available | ) |
test available.
| TEST | ( | LocalSpsc | , |
| empty | ) |
test empty.
| TEST | ( | LocalSpsc | , |
| full | ) |
test full.
| TEST | ( | LocalSpsc | , |
| mlock | ) |
test mlock.
| TEST | ( | LocalSpsc | , |
| pending | ) |
test pending.
| TEST | ( | LocalSpsc | , |
| pop | ) |
test pop.
| TEST | ( | LocalSpsc | , |
| popBatch | ) |
test batch pop.
| TEST | ( | LocalSpsc | , |
| popBenchmark | ) |
test benchmark pop.
| TEST | ( | LocalSpsc | , |
| push | ) |
test push.
| TEST | ( | LocalSpsc | , |
| pushBatch | ) |
test batch push.
| TEST | ( | LocalSpsc | , |
| pushBenchmark | ) |
test benchmark push.
| TEST | ( | LocalSpsc | , |
| tryPop | ) |
test tryPop.
| TEST | ( | LocalSpsc | , |
| tryPopBatch | ) |
test batch tryPop.
| TEST | ( | LocalSpsc | , |
| tryPush | ) |
test tryPush.
| TEST | ( | LocalSpsc | , |
| tryPushBatch | ) |
test batch tryPush.