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 Thu Mar 27 14:59:30 2008 for GNU Radio 3.1.1 by  doxygen 1.5.5