Searched defs:tls (Results 1 – 4 of 4) sorted by relevance
73 egl_tls_t* tls = getTLS(); in setErrorEtcImpl() local89 egl_tls_t* tls = getTLS(); in logNoContextCall() local98 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() local108 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in clearTLS() local126 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getError() local144 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey); in getContext() local
96 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() local101 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() local587 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS() local
89 static thread_store_t tls; variable
1434 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) in tls() function