Home
last modified time | relevance | path

Searched refs:dummy_pollfd (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/net/
H A Dgstnettimeprovider.c306 GPollFD dummy_pollfd; in gst_net_time_provider_start() local
367 g_cancellable_make_pollfd (self->priv->cancel, &dummy_pollfd); in gst_net_time_provider_start()
H A Dgstnetclientclock.c828 GPollFD dummy_pollfd; in gst_net_client_internal_clock_start() local
890 g_cancellable_make_pollfd (self->cancel, &dummy_pollfd); in gst_net_client_internal_clock_start()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_bsd.c93 static struct pollfd pollfds[MAXCONNECTIONS], dummy_pollfd; variable
191 memset(&dummy_pollfd, 0, sizeof(dummy_pollfd)); in get_pollfd()
192 return &dummy_pollfd; in get_pollfd()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/experimental/
H A Dio_context807 struct dummy_pollfd { int fd = -1; short events = 0, revents = 0; };
808 using __fdvec = vector<dummy_pollfd>;
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/experimental/
H A Dio_context807 struct dummy_pollfd { int fd = -1; short events = 0, revents = 0; };
808 using __fdvec = vector<dummy_pollfd>;
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/
H A DChangeLog211 dummy_pollfd type so that most member functions still compile
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/
H A DChangeLog6735 dummy_pollfd type so that most member functions still compile