4 #ifndef INCLUDED_OSL_CONDITN_H
5 #define INCLUDED_OSL_CONDITN_H
79 #endif // INCLUDED_OSL_CONDITN_H
Time since Jan-01-1970.
Definition: time.h:56
unsigned char sal_Bool
Definition: types.h:18
SAL_DLLPUBLIC void osl_destroyCondition(oslCondition Condition)
Free the memory used by the condition.
oslConditionResult
Definition: conditn.h:18
void * oslCondition
Definition: conditn.h:16
SAL_DLLPUBLIC sal_Bool osl_checkCondition(oslCondition Condition)
Queries the state of the condition without blocking.
SAL_DLLPUBLIC oslConditionResult osl_waitCondition(oslCondition Condition, const TimeValue *pTimeout)
Blocks if condition is not set.
SAL_DLLPUBLIC sal_Bool osl_resetCondition(oslCondition Condition)
Sets condition to False => wait() will block, check() returns False.
#define SAL_MAX_ENUM
Definition: types.h:185
SAL_DLLPUBLIC oslCondition osl_createCondition(void)
Creates a condition.
SAL_DLLPUBLIC sal_Bool osl_setCondition(oslCondition Condition)
Sets condition to True => wait() will not block, check() returns True.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:14