Searched refs:SetAsync (Results 1 – 4 of 4) sorted by relevance
246 if ((SOCK_DGRAM == type) && !SetAsync(FD_READ | FD_WRITE)) { in CreateT()264 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE)) in Attach()359 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) { in DoConnect()467 if (!SetAsync(FD_ACCEPT)) in Listen()554 bool Win32Socket::SetAsync(int events) { in SetAsync() function in rtc::Win32Socket
61 bool SetAsync(int events);
68 void SetAsync(bool async) { async_ = async; } in SetAsync() function363 void SetAsync(bool async) { async_ = async; } in SetAsync() function420 channel->SetAsync(async_); in CreateTransportChannel()
74 transport_->SetAsync(true); in SetupChannels()