Open CASCADE Technology  7.4.0
Data Structures

Standard_Condition.hxx File Reference

#include <Standard.hxx>
#include <pthread.h>

Data Structures

class  Standard_Condition
 This is boolean flag intended for communication between threads. One thread sets this flag to TRUE to indicate some event happened and another thread either waits this event or checks periodically its state to perform job. More...