TCondVar: | Methods | Functions |
Close | Close the condvar |
Wait | Wait for the condvar |
Signal | Signal the condvar |
Broadcast | Broadcast the condvar |
Create | Create a new condvar |
Method Close() | |
Description | Close the condvar |
Method Wait( mutex:TMutex ) | |
Description | Wait for the condvar |
Method Signal() | |
Description | Signal the condvar |
Method Broadcast() | |
Description | Broadcast the condvar |
Function Create:TCondVar() | |
Description | Create a new condvar |