Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/netlinkinterceptor/libnlinterceptor/
Dlibnlinterceptor.cpp86 static std::mutex instanceMutex; in getInstance() local
91 std::lock_guard lock(instanceMutex); in getInstance()