Searched refs:dummy_pollfd (Results 1 – 7 of 7) sorted by relevance
306 GPollFD dummy_pollfd; in gst_net_time_provider_start() local367 g_cancellable_make_pollfd (self->priv->cancel, &dummy_pollfd); in gst_net_time_provider_start()
828 GPollFD dummy_pollfd; in gst_net_client_internal_clock_start() local890 g_cancellable_make_pollfd (self->cancel, &dummy_pollfd); in gst_net_client_internal_clock_start()
93 static struct pollfd pollfds[MAXCONNECTIONS], dummy_pollfd; variable191 memset(&dummy_pollfd, 0, sizeof(dummy_pollfd)); in get_pollfd()192 return &dummy_pollfd; in get_pollfd()
807 struct dummy_pollfd { int fd = -1; short events = 0, revents = 0; };808 using __fdvec = vector<dummy_pollfd>;
211 dummy_pollfd type so that most member functions still compile
6735 dummy_pollfd type so that most member functions still compile