Searched defs:tls (Results 1 – 6 of 6) sorted by relevance
78 egl_tls_t* tls = static_cast<egl_tls_t*>(data); in destructTLSData() local106 egl_tls_t* tls = getTLS(); in setErrorEtcImpl() local119 egl_tls_t* tls = getTLS(); in logNoContextCall() local128 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getTLS() local138 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in clearTLS() local156 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getError() local174 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); in getContext() local
40 GuestAddr tls; member
41 GuestAddr tls; member
306 void** tls = in InitStaticTls() 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
1362 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) { in tls() function