#include <stdlib.h>
#include <errno.h>
#include <omnithread.h>
#include "threaddata.cc"
Include dependency graph for solaris.cc:
Classes | |
class | omni_thread_dummy |
Defines | |
#define | DB(x) |
#define | THROW_ERRORS(x) |
#define | INSIDE_THREAD_IMPL_CC |
Functions | |
void * | omni_thread_wrapper (void *ptr) |
|
|
|
|
|
Value: { int rc = (x); \ if (rc != 0) throw omni_thread_fatal(rc); } |
|
|