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.h47 } ScriptTLSStruct; typedef in namespace:android::renderscript
154 ScriptTLSStruct mTlsStruct;
H A DrsCpuCore.cpp86 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
91 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
433 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
/frameworks/rs/
H A DrsScriptC.cpp36 #define GET_TLS() Context::ScriptTLSStruct * tls = \
37 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey); \

Completed in 83 milliseconds