libzmq master
The Intelligent Transport Layer
Functions

test_timeo.cpp File Reference

#include <assert.h>
#include <string.h>
#include <pthread.h>
#include <stdio.h>
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
Include dependency graph for test_timeo.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
void * worker (void *ctx)

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void* worker ( void *  ctx)

Definition at line 31 of file test_timeo.cpp.

References zmq_close(), zmq_connect(), ZMQ_PUSH, zmq_sleep(), and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines