![]() |
libzmq
master
ZeroMQ C++ Core Engine (LIBZMQ)
|
#include "../include/zmq.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "platform.hpp"#include <pthread.h>
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 |
Definition at line 109 of file inproc_lat.cpp.
References message_size, roundtrip_count, worker(), zmq_bind(), zmq_close(), zmq_ctx_term(), zmq_init(), zmq_msg_close(), zmq_msg_data(), zmq_msg_init_size(), zmq_msg_size(), zmq_recvmsg(), ZMQ_REQ, zmq_sendmsg(), zmq_socket(), zmq_stopwatch_start(), zmq_stopwatch_stop(), and zmq_strerror().

|
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().


|
static |
Definition at line 45 of file inproc_lat.cpp.
Referenced by main().
|
static |
Definition at line 46 of file inproc_lat.cpp.