libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
test_shutdown_stress_tipc.cpp File Reference
#include "testutil.hpp"
Include dependency graph for test_shutdown_stress_tipc.cpp:

Go to the source code of this file.

Macros

#define THREAD_COUNT   100
 

Functions

int main (void)
 
static void * worker (void *s)
 

Macro Definition Documentation

#define THREAD_COUNT   100

Definition at line 32 of file test_shutdown_stress_tipc.cpp.

Referenced by main().

Function Documentation

int main ( void  )

Definition at line 51 of file test_shutdown_stress_tipc.cpp.

References THREAD_COUNT, worker(), zmq_bind(), zmq_close(), zmq_ctx_term(), zmq_init(), ZMQ_PUB, zmq_socket(), and ZMQ_SUB.

Here is the call graph for this function:

static void* worker ( void *  s)
static

Definition at line 36 of file test_shutdown_stress_tipc.cpp.

References zmq_close(), and zmq_connect().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: