HomeSort by relevance Sort by last modified time
    Searched full:_tls (Results 1 - 18 of 18) sorted by null

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 21 _tls = threading.local() # tls used to detect forking/etc variable
145 if not hasattr(_tls, 'pid') or _tls.pid != os.getpid():
146 _tls.pid = os.getpid()
148 if _tls.pid != _atexit_regsitered_for_pid:
149 _atexit_regsitered_for_pid = _tls.pid
151 _tls.pid = os.getpid()
156 _tls.tid = tid
160 "pid": _tls.pid,
161 "tid": _tls.tid
    [all...]
  /external/elfutils/libebl/
eblcorenotetypename.c 78 KNOWNSTYPE (386_TLS);
  /external/mesa3d/src/mapi/mapi/
entry.c 50 # include "entry_x86-64_tls.h"
  /frameworks/native/opengl/libs/EGL/
getProcAddress.cpp 132 register unsigned int _tls asm("$3"); \
149 [tls] "=&r"(_tls), \
164 register unsigned int _tls asm("$3"); \
182 [tls] "=&r"(_tls), \
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 128 register unsigned long _tls asm("$3"); \
146 [tls] "=&r"(_tls), \
161 register unsigned int _tls asm("$3"); \
180 [tls] "=&r"(_tls), \
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 184 register unsigned long _tls asm("$3"); \
202 [tls] "=&r"(_tls), \
217 register unsigned int _tls asm("$3"); \
236 [tls] "=&r"(_tls), \
  /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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 591 self._tls.credentials = credentials
601 return getattr(self._tls, 'credentials', None)
606 self._tls.flow = flow
616 return getattr(self._tls, 'flow', None)
673 self._tls = threading.local()
    [all...]
  /external/llvm/test/DebugInfo/X86/
tls.ll 52 ; DARWIN-NEXT: .quad _tls
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py 578 self.assertEqual(self.decorator.flow, self.decorator._tls.flow)
580 self.decorator._tls.credentials)
724 self.assertEqual(decorator.flow, decorator._tls.flow)
  /external/elfutils/tests/
run-readelf-mixed-corenote.sh 488 LINUX 48 386_TLS

Completed in 505 milliseconds