Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp60 std::shared_timed_mutex allocated_buffers_mutex; variable
168 allocated_buffers_mutex.lock_shared(); in allocate()
177 allocated_buffers_mutex.unlock_shared(); in allocate()
223 if (!allocated_buffers_mutex.try_lock_for(100ms)) { in dump()
244 allocated_buffers_mutex.unlock(); in dump()