Home
last modified time | relevance | path

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

/system/netd/server/
DRouteController.h58 static uint32_t getIfIndex(const char* interface) EXCLUDES(sInterfaceToTableLock);
117 static std::mutex sInterfaceToTableLock; variable
118 static std::map<std::string, uint32_t> sInterfaceToTable GUARDED_BY(sInterfaceToTableLock);
121 static int flushRoutes(const char* interface) EXCLUDES(sInterfaceToTableLock);
124 REQUIRES(sInterfaceToTableLock);
125 … static uint32_t getRouteTableForInterface(const char *interface) EXCLUDES(sInterfaceToTableLock);
138 static void updateTableNamesFile() EXCLUDES(sInterfaceToTableLock);
DRouteController.cpp159 std::lock_guard lock(sInterfaceToTableLock); in getIfIndex()
171 std::lock_guard lock(sInterfaceToTableLock); in getRouteTableForInterface()
195 std::lock_guard lock(sInterfaceToTableLock); in updateTableNamesFile()
932 std::lock_guard lock(sInterfaceToTableLock); in flushRoutes()
1094 std::mutex RouteController::sInterfaceToTableLock; member in android::net::RouteController