Searched refs:RunIpv6ThreadFunc (Results 1 – 2 of 2) sorted by relevance
55 void RunIpv6ThreadFunc();
120 void DhcpIpv6Client::RunIpv6ThreadFunc() in RunIpv6ThreadFunc() function in OHOS::DHCP::DhcpIpv6Client130 pthread = new std::thread([this]() { this->RunIpv6ThreadFunc(); }); in StartIpv6Thread()