Initializes a condition variable cond.
a0tError | a0NewCondition( | | | |
| | a0tCondition | *cond);
| |
| Name | rd/wr | Description |
| cond | read | Condition variable to be initialized. |
This function initializes the condition variable specified by
cond. The variable condition allows only threads created
within the same process operate in it.
| Error Code | Description |
A0Err...| Some error occurred. | |
A0ErrOk| Successful completion. | |
a0DisposeCondition() a0SignalCondition() a0BroadcastCondition() a0WaitCondition() a0TimedWaitCondition()