Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/magma/
Dmagma.cpp97 class ContextLock { class
99 ContextLock(MagmaClientContext* context) : m_context_(context), m_lock_(context->mutex()) { in ContextLock() function in ContextLock
103 ~ContextLock() { m_context_->set_thread_local_context_lock(nullptr); } in ~ContextLock()
406 ContextLock lock(ctx)