Searched defs:tls (Results 1 – 4 of 4) sorted by relevance
68 egl_tls_t* tls = getTLS(); in setErrorEtcImpl() local84 egl_tls_t* tls = getTLS(); in logNoContextCall() local94 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() local104 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in clearTLS() local122 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getError() local140 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
92 static thread_store_t tls; variable
1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { in tls() function