Home
last modified time | relevance | path

Searched refs:AutoGlobalLock (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/profiling/
Dinstrumentation.h95 struct AutoGlobalLock { struct
96 AutoGlobalLock() { GlobalLock<LockId>::Lock(); } in AutoGlobalLock() function
97 ~AutoGlobalLock() { GlobalLock<LockId>::Unlock(); } in ~AutoGlobalLock() argument
180 AutoGlobalLock<ProfilerLockId> lock; in ThreadExitCallback()
224 AutoGlobalLock<ProfilerLockId> lock; in RegisterCurrentThreadForProfiling()
Dprofiler.h333 AutoGlobalLock<ProfilerLockId> lock; in ProfilerThreadFunc()
350 AutoGlobalLock<ProfilerLockId> lock; in StartProfiling()
360 AutoGlobalLock<ProfilerLockId> lock; in FinishProfiling()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc310 AutoGlobalLock<EightBitIntGemmLockId> lock; in EightBitIntGemm()
347 AutoGlobalLock<EightBitIntGemmLockId> lock; in EightBitIntGemm()
408 AutoGlobalLock<EightBitIntGemmLockId> lock; in SetMaxNumThreads()
414 AutoGlobalLock<EightBitIntGemmLockId> lock; in FreePersistentResources()