GNU Radio 3.3.0 C++ API
cond.h File Reference
#include "sync_utils.h"
Include dependency graph for spu_source/cond.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  condition_variable_t

Defines

#define DECL_COND_VARS()

Typedefs

typedef eaddr_t cond_ea_t

Define Documentation

#define DECL_COND_VARS ( )
Value:
char _tmp[256];                                     \
    char *tmp = (char *) ALIGN(_tmp, 128);              \
    volatile s32 *buf = (volatile s32 *) &tmp[0];       \
    u32 size = 128, tagid = 0;                          \
    s32 status, ret_val;                                \
    u32 offset;                                         \
    addr64 ea64;                                        \
    condition_variable_t cond_var

Typedef Documentation

typedef eaddr_t cond_ea_t