OpenDOF Project
Files | Typedefs | Functions
PCRCondition

Condition variable operations. More...

Files

file  pcr.h
 Header file for the Portable C Runtime functions, defines and data types.
 

Typedefs

typedef struct PCRCondition_t * PCRCondition
 Represents an allocated condition variable.
 

Functions

PCRCondition PCRCondition_Create (void)
 Create a condition variable.
 
void PCRCondition_Destroy (PCRCondition cond)
 Destroy a condition variable.
 
PCRStatus PCRCondition_Wait (PCRCondition cond, PCRMutex mtx, uint32 timeout)
 Wait for a condition to be signaled.
 
void PCRCondition_Signal (PCRCondition cond)
 Signal a condition variable.
 
void PCRCondition_Broadcast (PCRCondition cond)
 Signal a condition variable.
 

Detailed Description

Condition variable operations.

core-c-dof-pcr-dev Version 7.0.1 Build 0
2017-04-11