Searched refs:ScriptTLSStruct (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/driver/
H A DrsdCore.h39 } ScriptTLSStruct; typedef in typeref:struct:ScriptTLSStructRec
46 ScriptTLSStruct mTlsStruct;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h89 } ScriptTLSStruct; typedef in namespace:android::renderscript
217 ScriptTLSStruct mTlsStruct;
H A DrsCpuCore.cpp96 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
101 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
587 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
/frameworks/rs/
H A DrsScriptC.cpp35 #define GET_TLS() Context::ScriptTLSStruct * tls = \
36 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey); \

Completed in 653 milliseconds