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