|
GNU Radio 3.3.0 C++ API
|
#include "sync_utils.h"#include "cond.h"
Go to the source code of this file.
Functions | |
| static __inline void | _cond_init (cond_ea_t cond) |
| 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.