Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_tls.cpp68 egl_tls_t* tls = getTLS(); in setErrorEtcImpl() local
84 egl_tls_t* tls = getTLS(); in logNoContextCall() local
94 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() local
104 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in clearTLS() local
122 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getError() local
140 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/native/libs/binder/
DBufferedTextOutput.cpp92 static thread_store_t tls; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { in tls() function