Home
last modified time | relevance | path

Searched refs:unschedule (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/idlelib/
Dtooltip.py125 self.unschedule()
129 def unschedule(self): member in OnHoverTooltipBase
139 self.unschedule()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dpoll-timeout45 unschedule id:
111 unschedule id:
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c237 gboolean unschedule; member
258 d->unschedule = d->dont_unschedule_positive_offset ? offset < 0 : TRUE; in single_shot_wait_thread_func()
285 if (d->id && d->unschedule) { in unschedule_thread_func()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h562 void (*unschedule) (GstClock *clock, GstClockEntry *entry); member
Dgstclock.c742 if (G_LIKELY (cclass->unschedule)) in gst_clock_id_unschedule()
743 cclass->unschedule (clock, entry); in gst_clock_id_unschedule()
Dgstsystemclock.c436 gstclock_class->unschedule = gst_system_clock_id_unschedule; in gst_system_clock_class_init()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c276 gstclock_class->unschedule = GST_DEBUG_FUNCPTR (gst_test_clock_unschedule); in gst_test_clock_class_init()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c173 klass->unschedule (clock, wait_ctx->id); in gst_test_util_wait_for_clock_id_end()
/third_party/gstreamer/gstplugins_good/
DChangeLog57095 There is no need to unschedule the timer in flush-start, flush-stop will remove
57096 the timers and unschedule.
58828 jitterbuffer: unschedule old expected packets
58829 When we receive a new packet, unschedule old outstanding packets when their
58842 Handle canceled timers, make them unschedule the current timer and
58855 that timer, unschedule it. If we change the timeout of an existing timer and we
58856 were waiting on it, only unschedule when the new time is smaller.
58868 jitterbuffer: improve unschedule of timers
/third_party/gstreamer/gstreamer/
DChangeLog4723 unschedule thread sets it to unscheduled and signals the condition
24374 systemclock: Fix wait/unschedule race
24387 systemclock: handle unschedule of late entries
83238 PAUSED, we unschedule the clock timeout, which could return UNSCHEDULED when
89060 unschedule/unref all clock IDs we allocate.
/third_party/gstreamer/gstplugins_bad/
DChangeLog73811 case, the call to unschedule does not stop the callback from executing.