Searched refs:dmabuf_heap_fd_mutex_ (Results 1 – 2 of 2) sorted by relevance
50 std::shared_lock<std::shared_mutex> slock(dmabuf_heap_fd_mutex_); in OpenDmabufHeap()63 std::unique_lock<std::shared_mutex> ulock(dmabuf_heap_fd_mutex_); in OpenDmabufHeap()
204 std::shared_mutex dmabuf_heap_fd_mutex_; variable