Universal Software Radio Peripheral
Public Member Functions | Protected Member Functions | Friends
mld_mutex_t Class Reference

#include <mld_threads.h>

List of all members.

Public Member Functions

__INLINE__ mld_mutex_t ()
__INLINE__ ~mld_mutex_t ()
__INLINE__ void lock ()
__INLINE__ void unlock ()
__INLINE__ bool trylock ()
void acquire ()
void release ()
void wait ()
void post ()

Protected Member Functions

l_mutex_ptr mutex ()

Friends

class mld_condition_t

Constructor & Destructor Documentation

__INLINE__ mld_mutex_t::mld_mutex_t ( ) [inline]
__INLINE__ mld_mutex_t::~mld_mutex_t ( ) [inline]

References unlock().


Member Function Documentation

void mld_mutex_t::acquire ( ) [inline]

References lock().

__INLINE__ void mld_mutex_t::lock ( ) [inline]
l_mutex_ptr mld_mutex_t::mutex ( ) [inline, protected]
void mld_mutex_t::post ( ) [inline]

References unlock().

void mld_mutex_t::release ( ) [inline]

References unlock().

__INLINE__ bool mld_mutex_t::trylock ( ) [inline]
__INLINE__ void mld_mutex_t::unlock ( ) [inline]
void mld_mutex_t::wait ( ) [inline]

References lock().


Friends And Related Function Documentation

friend class mld_condition_t [friend]

The documentation for this class was generated from the following file: