Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Types | Public Member Functions
Rapicorn::Cond Class Reference

The Cond synchronization primitive is a thin wrapper around pthread_cond_wait(). More...

#include <thread.hh>

List of all members.

Public Types

typedef pthread_cond_tnative_handle_type

Public Member Functions

void signal ()
void broadcast ()
void wait (Mutex &m)
void wait_timed (Mutex &m, int64 max_usecs)
native_handle_type native_handle ()

Detailed Description

The Cond synchronization primitive is a thin wrapper around pthread_cond_wait().

This class supports static construction.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines