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
84 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() local89 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() local923 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS() local
92 static thread_store_t tls; variable
1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { in tls() function