gst_poll_wait     919 gst/gstpluginloader.c       res = gst_poll_wait (l->fdset, GST_SECOND);
gst_poll_wait      84 gst/gstpoll.h  gint            gst_poll_wait             (GstPoll *set, GstClockTime timeout);
gst_poll_wait     607 gst/gstsystemclock.c       pollret = gst_poll_wait (sysclock->priv->timer, diff);
gst_poll_wait     299 libs/gst/net/gstnetclientclock.c     ret = gst_poll_wait (self->priv->fdset, self->current_timeout);
gst_poll_wait     229 libs/gst/net/gstnettimeprovider.c     ret = gst_poll_wait (self->priv->fdset, GST_CLOCK_TIME_NONE);
gst_poll_wait     254 plugins/elements/gstfdsink.c     retval = gst_poll_wait (fdsink->fdset, GST_CLOCK_TIME_NONE);
gst_poll_wait     432 plugins/elements/gstfdsrc.c     retval = gst_poll_wait (src->fdset, timeout);
gst_poll_wait     118 tests/benchmarks/gstpollstress.c       gint res = gst_poll_wait (set, 10);
gst_poll_wait      60 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_CLOCK_TIME_NONE) == 1,
gst_poll_wait      71 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_CLOCK_TIME_NONE) == 2,
gst_poll_wait      84 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_CLOCK_TIME_NONE) == 1,
gst_poll_wait     130 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, 50 * GST_MSECOND) == 0,
gst_poll_wait     166 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) != 0, "Waiting timed out");
gst_poll_wait     206 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) > 0, "Waiting was interrupted");
gst_poll_wait     238 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) == -1 && errno == EBUSY,
gst_poll_wait     240 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) == -1 && errno == EBUSY,
gst_poll_wait     244 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) == 0, "Waiting did not timeout");
gst_poll_wait     248 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) == -1 && errno == EBUSY,
gst_poll_wait     250 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) == -1 && errno == EBUSY,
gst_poll_wait     254 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) == 0, "Waiting did not timeout");
gst_poll_wait     302 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) == 0, "Waiting did not timeout");
gst_poll_wait     310 tests/check/gst/gstpoll.c   fail_unless (gst_poll_wait (set, GST_SECOND) > 0, "Waiting was interrupted");