Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp114 std::lock_guard autoLock(mContentLock); in handleSingleRequest()
131 std::lock_guard autoLock(mContentLock); in handleSingleRequest()
209 std::lock_guard autoLock(mContentLock); in addStaticFile()
227 std::lock_guard autoLock(mContentLock); in addStaticContent()
233 std::lock_guard autoLock(mContentLock); in addWebSocketHandlerFactory()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPServer.h87 std::mutex mContentLock; member