#include "precompiled.hpp"
#include "macros.hpp"
#include "thread.hpp"
#include "err.hpp"
#include <signal.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/resource.h>
Go to the source code of this file.
Functions | |
static void * | thread_routine (void *arg_) |
Definition at line 215 of file thread.cpp.