GNU Radio 3.3.0 C++ API
cond_init.h File Reference
#include "sync_utils.h"
#include "cond.h"
Include dependency graph for ppu_source/cond_init.h:

Go to the source code of this file.

Functions

static __inline void _cond_init (cond_ea_t cond)

Function Documentation

static __inline void _cond_init ( cond_ea_t  cond) [static]

cond_init - initialize condition variable. : handle to effective address of condition variable.

Only one thread initializes a condition variable. Usually, the PPE thread initializes a condidtion variable

Description: Initialize a cond variable to false.

References SYNC_ULL_TO_PTR.