Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

posix.cc File Reference

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

Define Documentation

#define DB  ) 
 

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

#define INSIDE_THREAD_IMPL_CC
 

#define NoNanoSleep
 

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


Function Documentation

void* omni_thread_wrapper void *  ptr  ) 
 


Generated on Sat Jul 8 17:10:30 2006 for GNU Radio 2.x by  doxygen 1.4.1