Searched refs:property_set_fd (Results 1 – 1 of 1) sorted by relevance
114 static int property_set_fd = -1; variable585 int s = accept4(property_set_fd, nullptr, nullptr, SOCK_CLOEXEC); in handle_property_set_fd()1428 if (auto result = epoll.RegisterHandler(property_set_fd, handle_property_set_fd); in PropertyServiceThread()1500 property_set_fd = *result; in StartPropertyService()1505 listen(property_set_fd, 8); in StartPropertyService()