OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_tls
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
247
_tls
= thread._local()
variable in class:.Popen
274
Popen.
_tls
.process_handle = int(hp)
279
del Popen.
_tls
.process_handle
284
return getattr(Popen.
_tls
, 'process_handle', None) is not None
288
return duplicate(handle, Popen.
_tls
.process_handle)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
247
_tls
= thread._local()
variable in class:.Popen
274
Popen.
_tls
.process_handle = int(hp)
279
del Popen.
_tls
.process_handle
284
return getattr(Popen.
_tls
, 'process_handle', None) is not None
288
return duplicate(handle, Popen.
_tls
.process_handle)
Completed in 87 milliseconds