libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
inproc_lat.cpp File Reference
#include "../include/zmq.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "platform.hpp"
#include <pthread.h>
Include dependency graph for inproc_lat.cpp:

Go to the source code of this file.

Functions

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

Variables

static size_t message_size
 
static int roundtrip_count
 

Function Documentation

static void* worker ( void *  ctx_)
static

Definition at line 51 of file inproc_lat.cpp.

References roundtrip_count, zmq_close(), zmq_connect(), zmq_msg_close(), zmq_msg_init(), zmq_recvmsg(), ZMQ_REP, zmq_sendmsg(), zmq_socket(), and zmq_strerror().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

size_t message_size
static

Definition at line 45 of file inproc_lat.cpp.

Referenced by main().

int roundtrip_count
static

Definition at line 46 of file inproc_lat.cpp.

Referenced by main(), and worker().