Home
last modified time | relevance | path

Searched refs:_Condition (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/dummy/
D__init__.py88 class Condition(threading._Condition):
89 notify_all = threading._Condition.notify_all.im_func
/external/python/cpython2/Lib/
Dthreading.py253 return _Condition(*args, **kwargs)
255 class _Condition(_Verbose): class
/external/python/cpython3/Misc/
DHISTORY9310 classes (_Event, _Condition, etc.), because (if Guido recalls correctly) this