default
core
corecore.Conditioncreate(boolean bManualReset) : int - Initialize condition object.
raise() : int - Raise condition and notify threads
reset() : int - Reset condition.
wait(int timeout) : int - Wait for condition to be raised. Method create | ||||||||||
Initialize condition object. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Method raise | |||||
Raise condition and notify threads | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method reset | |||||
Reset condition. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method wait | ||||||||||
Wait for condition to be raised. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Description | ||||||||||
Auto-reset condition to 0 (false) if this not a manual reset condition (see create()). | ||||||||||
auto-generated by "DOG", the TkScript document generator. Mon, 28/Dec/2015 13:15:54