Home
last modified time | relevance | path

Searched defs:tls (Results 1 – 3 of 3) 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/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