|
GNU Radio 3.3.0 C++ API
|
#include "sync_utils.h"#include "mutex.h"#include "trace_libsync.h"
Go to the source code of this file.
Functions | |
| static __inline void | _mutex_init (mutex_ea_t lock) |
| static __inline void _mutex_init | ( | mutex_ea_t | lock | ) | [static] |
mutex_init - initialize the mutex by setting the value to 0. : handle to effective address of lock variable.
Description: Initialize a mutex.
References _lock_init(), and TRACE_MUTEX_INIT.