#include <mld_threads.h>
Public Member Functions | |
__INLINE__ | mld_condition_t (mld_mutex_ptr mutex=NULL) |
__INLINE__ | ~mld_condition_t () |
__INLINE__ mld_mutex_ptr | mutex () |
__INLINE__ void | signal () |
__INLINE__ void | wait () |
__INLINE__ mld_condition_t::mld_condition_t | ( | mld_mutex_ptr | mutex = NULL |
) | [inline] |
References mld_mutex_t::mutex(), and mutex().
__INLINE__ mld_condition_t::~mld_condition_t | ( | ) | [inline] |
References signal().
__INLINE__ mld_mutex_ptr mld_condition_t::mutex | ( | ) | [inline] |
__INLINE__ void mld_condition_t::signal | ( | ) | [inline] |
__INLINE__ void mld_condition_t::wait | ( | ) | [inline] |