Searched refs:property_set_fd (Results 1 – 1 of 1) sorted by relevance
98 static int property_set_fd = -1; variable521 int s = accept4(property_set_fd, nullptr, nullptr, SOCK_CLOEXEC); in handle_property_set_fd()1173 if (auto result = epoll.RegisterHandler(property_set_fd, handle_property_set_fd); in PropertyServiceThread()1208 property_set_fd = *result; in StartPropertyService()1213 listen(property_set_fd, 8); in StartPropertyService()