GNU Radio 3.2.2 C++ API

ot_solaris.h File Reference

#include <thread.h>
Include dependency graph for ot_solaris.h:

Go to the source code of this file.

Defines

#define OMNI_MUTEX_IMPLEMENTATION   mutex_t sol_mutex;
#define OMNI_CONDITION_IMPLEMENTATION   cond_t sol_cond;
#define OMNI_SEMAPHORE_IMPLEMENTATION   sema_t sol_sem;
#define OMNI_THREAD_IMPLEMENTATION

Functions

void * omni_thread_wrapper (void *ptr)

Define Documentation

#define OMNI_CONDITION_IMPLEMENTATION   cond_t sol_cond;
#define OMNI_MUTEX_IMPLEMENTATION   mutex_t sol_mutex;
#define OMNI_SEMAPHORE_IMPLEMENTATION   sema_t sol_sem;
#define OMNI_THREAD_IMPLEMENTATION
Value:
thread_t sol_thread;                            \
    static int sol_priority(priority_t);                \
    friend void* omni_thread_wrapper(void* ptr);

Function Documentation

void* omni_thread_wrapper ( void *  ptr)