GNU Radio 3.3.0 C++ API
trace_libsync.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define TRACE_MUTEX_INIT(lock)
#define TRACE_MUTEX_LOCK_ENTRY(_INTERVAL)
#define TRACE_MUTEX_LOCK_EXIT(_INTERVAL, lock, miss)
#define TRACE_MUTEX_TRYLOCK(lock, ret_val)
#define TRACE_MUTEX_UNLOCK(lock)

Define Documentation

#define TRACE_MUTEX_INIT (   lock)

Referenced by _mutex_init().

#define TRACE_MUTEX_LOCK_ENTRY (   _INTERVAL)

Referenced by _mutex_lock().

#define TRACE_MUTEX_LOCK_EXIT (   _INTERVAL,
  lock,
  miss 
)

Referenced by _mutex_lock().

#define TRACE_MUTEX_TRYLOCK (   lock,
  ret_val 
)

Referenced by _mutex_trylock().

#define TRACE_MUTEX_UNLOCK (   lock)

Referenced by _mutex_unlock().