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

/frameworks/rs/driver/
H A DrsdCore.h34 } ScriptTLSStruct; typedef in typeref:struct:ScriptTLSStructRec
41 ScriptTLSStruct mTlsStruct;
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h58 struct ScriptTLSStruct { struct in namespace:android::renderscript
243 ScriptTLSStruct mTlsStruct;
H A DrsCpuCore.cpp84 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
89 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
923 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey);
/frameworks/rs/
H A DrsScriptC.cpp50 #define GET_TLS() Context::ScriptTLSStruct * tls = \
51 (Context::ScriptTLSStruct *)pthread_getspecific(Context::gThreadTLSKey); \

Completed in 569 milliseconds