libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
signaler.cpp File Reference
#include "precompiled.hpp"
#include "poller.hpp"
#include <poll.h>
#include "signaler.hpp"
#include "likely.hpp"
#include "stdint.hpp"
#include "config.hpp"
#include "err.hpp"
#include "fd.hpp"
#include "ip.hpp"
#include <unistd.h>
#include <netinet/tcp.h>
#include <sys/types.h>
#include <sys/socket.h>
Include dependency graph for signaler.cpp:

Go to the source code of this file.

Functions

static int close_wait_ms (int fd_, unsigned int max_ms_=2000)
 
static int sleep_ms (unsigned int ms_)
 

Function Documentation

static int close_wait_ms ( int  fd_,
unsigned int  max_ms_ = 2000 
)
static

Definition at line 97 of file signaler.cpp.

References sleep_ms().

Referenced by zmq::signaler_t::~signaler_t().

Here is the call graph for this function:

Here is the caller graph for this function:

static int sleep_ms ( unsigned int  ms_)
static

Definition at line 78 of file signaler.cpp.

Referenced by close_wait_ms().

Here is the caller graph for this function: