OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:worker_started
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py
202
# `
worker_started
` is set by the thread when it's inside a try/except
206
worker_started
= threading.Event()
216
worker_started
.set()
237
ret =
worker_started
.wait()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py
202
# `
worker_started
` is set by the thread when it's inside a try/except
206
worker_started
= threading.Event()
216
worker_started
.set()
237
ret =
worker_started
.wait()
Completed in 30 milliseconds