#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <omnithread.h>
#include <sysLib.h>
#include <assert.h>
#include <intLib.h>
#include "threaddata.cc"
Include dependency graph for vxWorks.cc:
Classes | |
class | omni_thread_dummy |
Defines | |
#define | ERRNO(x) (((x) != 0) ? (errno) : 0) |
#define | THROW_ERRORS(x) { if((x) != OK) throw omni_thread_fatal(errno); } |
#define | OMNI_THREAD_ID 0x7F7155AAl |
#define | OMNI_STACK_SIZE 32768l |
#define | DBG_TRACE(X) |
#define | DBG_ASSERT(X) |
#define | DBG_THROW(X) X |
#define | INSIDE_THREAD_IMPL_CC |
Functions | |
void | omni_thread_wrapper (void *ptr) |
Variables | |
int | omni_thread_prio_low = 220 |
int | omni_thread_prio_normal = 110 |
int | omni_thread_prio_high = 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|