/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
log.py | 23 _tls = threading.local() # tls used to detect forking/etc variable 147 if not hasattr(_tls, 'pid') or _tls.pid != os.getpid(): 148 _tls.pid = os.getpid() 150 if _tls.pid != _atexit_regsitered_for_pid: 151 _atexit_regsitered_for_pid = _tls.pid 153 _tls.pid = os.getpid() 158 _tls.tid = tid 162 "pid": _tls.pid, 163 "tid": _tls.tid [all...] |
/external/mesa3d/src/mapi/ |
Makefile.sources | 26 entry_x86-64_tls.h \
|
entry.c | 51 # include "entry_x86-64_tls.h"
|
/external/elfutils/libebl/ |
eblcorenotetypename.c | 78 KNOWNSTYPE (386_TLS);
|
/frameworks/native/opengl/libs/EGL/ |
getProcAddress.cpp | 130 register unsigned int _tls asm("$3"); \ 147 [tls] "=&r"(_tls), \ 162 register unsigned int _tls asm("$3"); \ 180 [tls] "=&r"(_tls), \
|
/external/python/cpython2/Lib/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)
|
managers.py | 710 # self._tls is used to record the connection used by this 712 self._tls = tls_idset[0] 744 self._tls.connection = conn 751 conn = self._tls.connection 756 conn = self._tls.connection 794 self._tls, self._idset, self._Client), [all...] |
/prebuilts/gdb/darwin-x86/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)
|
managers.py | 710 # self._tls is used to record the connection used by this 712 self._tls = tls_idset[0] 744 self._tls.connection = conn 751 conn = self._tls.connection 756 conn = self._tls.connection 793 self._tls, self._idset, self._Client), [all...] |
/prebuilts/gdb/linux-x86/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)
|
managers.py | 710 # self._tls is used to record the connection used by this 712 self._tls = tls_idset[0] 744 self._tls.connection = conn 751 conn = self._tls.connection 756 conn = self._tls.connection 793 self._tls, self._idset, self._Client), [all...] |
/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)
|
managers.py | 710 # self._tls is used to record the connection used by this 712 self._tls = tls_idset[0] 744 self._tls.connection = conn 751 conn = self._tls.connection 756 conn = self._tls.connection 793 self._tls, self._idset, self._Client), [all...] |
/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)
|
managers.py | 710 # self._tls is used to record the connection used by this 712 self._tls = tls_idset[0] 744 self._tls.connection = conn 751 conn = self._tls.connection 756 conn = self._tls.connection 793 self._tls, self._idset, self._Client), [all...] |
/external/python/cpython3/Lib/multiprocessing/ |
context.py | 344 _tls = threading.local() variable 347 return getattr(_tls, 'spawning_popen', None) 350 _tls.spawning_popen = popen
|
managers.py | 702 # self._tls is used to record the connection used by this 704 self._tls = tls_idset[0] 742 self._tls.connection = conn 749 conn = self._tls.connection 754 conn = self._tls.connection 796 self._tls, self._idset, self._Client), [all...] |
/external/llvm/test/DebugInfo/X86/ |
tls.ll | 52 ; DARWIN-NEXT: .quad _tls
|
/external/elfutils/tests/ |
run-readelf-mixed-corenote.sh | 488 LINUX 48 386_TLS
|