Searched refs:watch_handle (Results 1 – 4 of 4) sorted by relevance
72 task_runner_->AddFileDescriptorWatch(sock.watch_handle(), [&] { in Recv()82 task_runner_->RemoveFileDescriptorWatch(sock.watch_handle()); in Recv()
749 task_runner_->AddFileDescriptorWatch(sock_raw_.watch_handle(), [weak_ptr] { in UnixSocket()764 task_runner_->RemoveFileDescriptorWatch(sock_raw_.watch_handle()); in ReleaseSocket()829 PERFETTO_CHECK(WSAEnumNetworkEvents(sock_raw_.fd(), sock_raw_.watch_handle(), in OnEvent()999 task_runner_->RemoveFileDescriptorWatch(sock_raw_.watch_handle()); in Shutdown()
142 .watch_handle( in read_message()
129 PlatformHandle watch_handle() const { in watch_handle() function