join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
localspsc_test.cpp File Reference
#include <join/thread.hpp>
#include <join/queue.hpp>
#include <gtest/gtest.h>
Include dependency graph for localspsc_test.cpp:

Functions

 TEST (LocalSpsc, tryPush)
 
 TEST (LocalSpsc, push)
 
 TEST (LocalSpsc, tryPop)
 
 TEST (LocalSpsc, pop)
 
 TEST (LocalSpsc, pushBenchmark)
 
 TEST (LocalSpsc, popBenchmark)
 
 TEST (LocalSpsc, pending)
 
 TEST (LocalSpsc, available)
 
 TEST (LocalSpsc, full)
 
 TEST (LocalSpsc, empty)
 
 TEST (LocalSpsc, mlock)
 
 TEST (LocalSpsc, mbind)
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST() [1/12]

TEST ( LocalSpsc ,
available  )

◆ TEST() [2/12]

TEST ( LocalSpsc ,
empty  )

◆ TEST() [3/12]

TEST ( LocalSpsc ,
full  )

◆ TEST() [4/12]

TEST ( LocalSpsc ,
mbind  )

◆ TEST() [5/12]

TEST ( LocalSpsc ,
mlock  )

◆ TEST() [6/12]

TEST ( LocalSpsc ,
pending  )

◆ TEST() [7/12]

TEST ( LocalSpsc ,
pop  )

◆ TEST() [8/12]

TEST ( LocalSpsc ,
popBenchmark  )

◆ TEST() [9/12]

TEST ( LocalSpsc ,
push  )

◆ TEST() [10/12]

TEST ( LocalSpsc ,
pushBenchmark  )

◆ TEST() [11/12]

TEST ( LocalSpsc ,
tryPop  )

◆ TEST() [12/12]

TEST ( LocalSpsc ,
tryPush  )