|
GNU Radio 3.3.0 C++ API
|
#include "sync_utils.h"#include "mutex.h"#include <spu_mfcio.h>
Go to the source code of this file.
Functions | |
| static __inline void | _read_unlock (eaddr_t ea) |
| static __inline void _read_unlock | ( | eaddr_t | ea | ) | [static] |
read_unlock - release reader lock. : handle to effective address of lock variable.
Description: Release a reader lock. The only restriction here is that must be word aligned.
Context: This routine should be used when interrupts do not need to be re-enabled --either because interrupts are not being used, or because the application will take steps to re-enable them later.
References ALIGN128_EA, DECL_MUTEX_VARS, MFC_DMA, and OFFSET128_EA_U32.