Searched refs:unschedule (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | tooltip.py | 125 self.unschedule() 129 def unschedule(self): member in OnHoverTooltipBase 139 self.unschedule()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | poll-timeout | 45 unschedule id: 111 unschedule id:
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstsystemclock.c | 237 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/ |
D | gstclock.h | 562 void (*unschedule) (GstClock *clock, GstClockEntry *entry); member
|
D | gstclock.c | 742 if (G_LIKELY (cclass->unschedule)) in gst_clock_id_unschedule() 743 cclass->unschedule (clock, entry); in gst_clock_id_unschedule()
|
D | gstsystemclock.c | 436 gstclock_class->unschedule = gst_system_clock_id_unschedule; in gst_system_clock_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.c | 276 gstclock_class->unschedule = GST_DEBUG_FUNCPTR (gst_test_clock_unschedule); in gst_test_clock_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 173 klass->unschedule (clock, wait_ctx->id); in gst_test_util_wait_for_clock_id_end()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 57095 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/ |
D | ChangeLog | 4723 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/ |
D | ChangeLog | 73811 case, the call to unschedule does not stop the callback from executing.
|