libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
thread.cpp File Reference
#include "precompiled.hpp"
#include "macros.hpp"
#include "thread.hpp"
#include "err.hpp"
#include "platform.hpp"
#include <signal.h>
#include <unistd.h>
Include dependency graph for thread.cpp:

Go to the source code of this file.

Functions

static void * thread_routine (void *arg_)
 

Function Documentation

static void* thread_routine ( void *  arg_)
static

Definition at line 88 of file thread.cpp.

References errno_assert, posix_assert, and zmq::thread_t::tfn.

Referenced by zmq::thread_t::start().

Here is the caller graph for this function: