OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrokenBarrierError
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Lib/test/
lock_tests.py
843
except threading.
BrokenBarrierError
:
872
except threading.
BrokenBarrierError
:
899
except threading.
BrokenBarrierError
:
928
self.assertRaises(threading.
BrokenBarrierError
,
943
self.assertRaises(threading.
BrokenBarrierError
, barrier.wait)
_test_multiprocessing.py
[
all
...]
/external/python/cpython3/Lib/
threading.py
29
'Barrier', '
BrokenBarrierError
', 'Timer', 'ThreadError',
565
# similar to 'draining' except that threads leave with a
BrokenBarrierError
,
628
raise
BrokenBarrierError
651
raise
BrokenBarrierError
653
raise
BrokenBarrierError
689
attempting to 'wait()' will have
BrokenBarrierError
raised.
721
class
BrokenBarrierError
(RuntimeError):
[
all
...]
Completed in 99 milliseconds