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

Go to the source code of this file.

Functions

void handler (int timer_id, void *arg)
 
int main (void)
 
void sleep_ (long timeout_)
 
int sleep_and_execute (void *timers_)
 

Function Documentation

void handler ( int  timer_id,
void *  arg 
)

Definition at line 43 of file test_timers.cpp.

Referenced by main().

Here is the caller graph for this function:

void sleep_ ( long  timeout_)

Definition at line 32 of file test_timers.cpp.

Referenced by main(), and sleep_and_execute().

Here is the caller graph for this function:

int sleep_and_execute ( void *  timers_)

Definition at line 49 of file test_timers.cpp.

References sleep_(), zmq_timers_execute(), and zmq_timers_timeout().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: