GNU Radio 3.3.0 C++ API
rwlock_init.h File Reference
#include "sync_utils.h"
#include "mutex.h"
Include dependency graph for rwlock_init.h:

Go to the source code of this file.

Functions

static __inline void _rwlock_init (eaddr_t rwlock)

Function Documentation

static __inline void _rwlock_init ( eaddr_t  rwlock) [static]

rwlock_init - initialize a reader/writer lock. : handle to effective address of lock variable.

Description: Initialize a reader/writer lock.

References _lock_init().