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

Go to the source code of this file.

Defines

#define MAX_THREADS_WAITING   32000
#define DECL_COMPLETION_VARS()

Typedefs

typedef unsigned long long completion_ea_t

Define Documentation

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

Referenced by _complete(), _complete_all(), _init_completion(), and _wait_for_completion().

#define MAX_THREADS_WAITING   32000

Typedef Documentation

typedef unsigned long long completion_ea_t