Home
last modified time | relevance | path

Searched refs:lockMutex (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/
DFileMutex.h34 inline bool lockMutex() { in lockMutex() function
DRSCompilerDriver.cpp157 if (write_output_mutex.hasError() || !write_output_mutex.lockMutex()) { in compileScript()
/frameworks/rs/cpu_ref/
DrsCpuCore.h152 void lockMutex();
DrsCpuCore.cpp175 void RsdCpuReferenceImpl::lockMutex() { in lockMutex() function in android::renderscript::RsdCpuReferenceImpl
213 lockMutex(); in init()
316 lockMutex(); in ~RsdCpuReferenceImpl()
DrsCpuScriptGroup2.cpp163 mCpuRefImpl->lockMutex(); in CpuScriptGroup2Impl()
DrsCpuScript.cpp307 mCtx->lockMutex(); in init()