OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTLS
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp
103
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
105
mCtx->
setTLS
(oldTLS);
rsCpuCore.h
90
RsdCpuScriptImpl *
setTLS
(RsdCpuScriptImpl *sc);
rsCpuScript.cpp
854
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
856
mCtx->
setTLS
(oldTLS);
876
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
878
mCtx->
setTLS
(oldTLS);
898
RsdCpuScriptImpl * oldTLS = mCtx->
setTLS
(this);
905
mCtx->
setTLS
(oldTLS);
[
all
...]
rsCpuCore.cpp
474
RsdCpuScriptImpl * RsdCpuReferenceImpl::
setTLS
(RsdCpuScriptImpl *sc) {
475
//ALOGE("
setTls
%p", sc);
Completed in 175 milliseconds