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

  /external/jemalloc/include/jemalloc/internal/
tsd.h 75 extern __thread a_type a_name##_tls; \
80 extern __thread a_type a_name##_tls; \
98 a_name##_tls = a_initializer; \
105 a_name##_tls = a_initializer; \
133 a_cleanup(&a_name##_tls); \
154 return (&a_name##_tls); \
161 a_name##_tls = (*val); \
186 return (&a_name##_tls); \
193 a_name##_tls = (*val); \
196 (void *)(&a_name##_tls))) { \
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 128 register unsigned int _tls asm("v1"); \
145 [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...]
  /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...]
  /frameworks/native/opengl/libs/EGL/
getProcAddress.cpp 130 register unsigned int _tls asm("v1"); \
146 [tls] "=&r"(_tls), \
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 184 register unsigned int _tls asm("v1"); \
201 [tls] "=&r"(_tls), \

Completed in 693 milliseconds