|
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 | _complete_all (completion_ea_t comp) |
| static __inline void _complete_all | ( | completion_ea_t | comp | ) | [static] |
complete_all - indicate that a completion is true. : handle to effective address of completion variable.
Indicate that all are completed is true by storing MAX_THREADS_WAITING to the completionition variable.
References MAX_THREADS_WAITING, and SYNC_ULL_TO_PTR.