Home | Trees | Indices | Help |
---|
|
object --+ | condition_variable
Condition variable.
This locking primitive provides a method to "trigger" an event for other threads.
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_waiting : A fifo of coroutine objects waiting for the lock. |
|
|||
Inherited from |
|
|
|
|
|
|
|
Wake only 1 thread. If there are no threads waiting, this does nothing.
|
|
_waiting: A fifo of coroutine objects waiting for the lock. (C only.) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 16 18:06:44 2012 | http://epydoc.sourceforge.net |