libzmq master
The Intelligent Transport Layer
Defines | Functions

zmq_utils.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ZMQ_EXPORT

Functions

ZMQ_EXPORT void zmq_sleep (int seconds_)
ZMQ_EXPORT void * zmq_stopwatch_start (void)
ZMQ_EXPORT unsigned long zmq_stopwatch_stop (void *watch_)

Define Documentation

#define ZMQ_EXPORT

Definition at line 41 of file zmq_utils.h.


Function Documentation

ZMQ_EXPORT void zmq_sleep ( int  seconds_)

Definition at line 38 of file zmq_utils.cpp.

Referenced by main(), and worker().

Here is the caller graph for this function:

ZMQ_EXPORT void* zmq_stopwatch_start ( void  )

Definition at line 47 of file zmq_utils.cpp.

References alloc_assert, and zmq::clock_t::now_us().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

ZMQ_EXPORT unsigned long zmq_stopwatch_stop ( void *  watch_)

Definition at line 55 of file zmq_utils.cpp.

References zmq::clock_t::now_us().

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