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

  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 68 register unsigned int _tls asm("v1"); \
85 [tls] "=&r"(_tls), \
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 120 register unsigned int _tls asm("v1"); \
137 [tls] "=&r"(_tls), \
  /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...]