#include <config.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <omnithread.h>
#include "threaddata.cc"
Include dependency graph for posix.cc:
Classes | |
class | omni_thread_dummy |
Defines | |
#define | NoNanoSleep |
#define | DB(x) |
#define | ERRNO(x) (((x) != 0) ? (errno) : 0) |
#define | THROW_ERRORS(x) { if ((x) != 0) throw omni_thread_fatal(errno); } |
#define | INSIDE_THREAD_IMPL_CC |
Functions | |
void * | omni_thread_wrapper (void *ptr) |
|
|
|
|
|
|
|
|
|
|
|
|