vxWorks.cc File Reference

#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"

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

Define Documentation

#define DBG_ASSERT (  ) 

#define DBG_THROW (  )     X

#define DBG_TRACE (  ) 

Referenced by omni_thread_wrapper().

#define ERRNO (  )     (((x) != 0) ? (errno) : 0)

#define INSIDE_THREAD_IMPL_CC

#define OMNI_STACK_SIZE   32768l

#define OMNI_THREAD_ID   0x7F7155AAl

#define THROW_ERRORS (  )     { if((x) != OK) throw omni_thread_fatal(errno); }


Function Documentation

void omni_thread_wrapper ( void *  ptr  ) 


Variable Documentation


Generated on Sat Apr 18 14:00:51 2009 for GNU Radio 3.0.4 by  doxygen 1.5.8