Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dmp_benchmarks.py153 def test_conditionspeed(Process, c): function
228 test_conditionspeed(threading.Thread, threading.Condition())
230 test_conditionspeed(multiprocessing.Process, multiprocessing.Condition())
232 test_conditionspeed(multiprocessing.Process, manager.Condition())