OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldTLS
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp
91
RsdCpuScriptImpl *
oldTLS
= mCtx->setTLS(this);
93
mCtx->setTLS(
oldTLS
);
rsCpuScript.cpp
578
RsdCpuScriptImpl *
oldTLS
= mCtx->setTLS(this);
580
mCtx->setTLS(
oldTLS
);
600
RsdCpuScriptImpl *
oldTLS
= mCtx->setTLS(this);
602
mCtx->setTLS(
oldTLS
);
622
RsdCpuScriptImpl *
oldTLS
= mCtx->setTLS(this);
629
mCtx->setTLS(
oldTLS
);
Completed in 28 milliseconds