Home
last modified time | relevance | path

Searched defs:tls (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_tls.cpp78 egl_tls_t* tls = static_cast<egl_tls_t*>(data); in destructTLSData() local
106 egl_tls_t* tls = getTLS(); in setErrorEtcImpl() local
119 egl_tls_t* tls = getTLS(); in logNoContextCall() local
128 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() local
138 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in clearTLS() local
156 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getError() local
174 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getContext() local
/frameworks/libs/binary_translation/guest_state/arm/include/berberis/guest_state/
Dguest_state_arch.h40 GuestAddr tls; member
/frameworks/libs/binary_translation/guest_state/arm64/include/berberis/guest_state/
Dguest_state_arch.h41 GuestAddr tls; member
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc306 void** tls = in InitStaticTls() local
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp72 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() local
77 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() local
921 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { in tls() function