|
| |||||||||||||||||||
See also: wait_until_condition
check_condition tells a thread that is waiting because of
a call to wait_until_condition to recheck its condition.
The call to check_condition and wait_until_condition must have the
same value for their a_lock argument.
check_condition performs the Java notify functionality plus
the pattern that it is commonly used in.
© Copyright 2007 Clear Methods, Inc.