OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_broken
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Lib/concurrent/futures/
thread.py
137
self.
_broken
= False
147
if self.
_broken
:
148
raise BrokenThreadPool(self.
_broken
)
187
self.
_broken
= ('A thread initializer failed, the thread pool '
196
work_item.future.set_exception(BrokenThreadPool(self.
_broken
))
process.py
373
executor.
_broken
= ('A child process terminated '
531
self.
_broken
= False
598
if self.
_broken
:
599
raise BrokenProcessPool(self.
_broken
)
/external/python/cpython3/Lib/test/
test_concurrent_futures.py
244
while not self.executor.
_broken
:
[
all
...]
Completed in 263 milliseconds