Searched defs:tls (Results 1 – 4 of 4) sorted by relevance
65 egl_tls_t* tls = static_cast<egl_tls_t*>(data); in destructTLSData() local94 egl_tls_t* tls = getTLS(); in setErrorEtcImpl() local110 egl_tls_t* tls = getTLS(); in logNoContextCall() local120 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() local130 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in clearTLS() local148 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getError() local166 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey); in getContext() local
72 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsContext() local77 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in getTlsScript() local921 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); in setTLS() local
93 static thread_store_t tls; variable
1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { in tls() function