|
GNU Radio 3.3.0 C++ API
|
#include <ppu_intrinsics.h>#include "sync_utils.h"#include "completion.h"
Go to the source code of this file.
Functions | |
| static __inline void | _wait_for_completion (completion_ea_t comp) |
| static __inline void _wait_for_completion | ( | completion_ea_t | comp | ) | [static] |
completion_wait - wait until a completion is broadcast. : handle to effective address of completion variable.
Description: Wait until another processor or device signals that a completionition is 'true'. The only restriction here is that must be a word aligned address.
Beware: This function hot polls waiting for completion.
References SYNC_ULL_TO_PTR.