Urho3D
Public Member Functions | Private Attributes
Urho3D::Condition Class Reference

Condition on which a thread can wait. More...

#include <Condition.h>

List of all members.

Public Member Functions

 Condition ()
 Construct.
 ~Condition ()
 Destruct.
void Set ()
 Set the condition. Will be automatically reset once a waiting thread wakes up.
void Wait ()
 Wait on the condition.

Private Attributes

void * mutex_
 Mutex for the event, necessary for pthreads-based implementation.
void * event_
 Operating system specific event.

Detailed Description

Condition on which a thread can wait.


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