Searched refs:UNSCHEDULED (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | poll-timeout | 73 /* two things can happen here, either the entry is BUSY or UNSCHEDULED, 94 else if (g_atomic_int_get (&id->state) == UNSCHEDULED) { 113 if (g_atomic_int_compare_and_exchange (&id->state, BUSY, UNSCHEDULED) { 122 g_atomic_int_set (id->state, UNSCHEDULED);
|
/third_party/grpc/src/core/lib/transport/ |
D | bdp_estimator.h | 56 GPR_ASSERT(ping_state_ == PingState::UNSCHEDULED); in SchedulePing() 80 enum class PingState { UNSCHEDULED, SCHEDULED, STARTED }; enumerator
|
D | bdp_estimator.cc | 33 : ping_state_(PingState::UNSCHEDULED), in BdpEstimator() 82 ping_state_ = PingState::UNSCHEDULED; in CompletePing()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 24376 gst_system_clock_id_wait_jitter() and is UNSCHEDULED before 83238 PAUSED, we unschedule the clock timeout, which could return UNSCHEDULED when 83240 This patch checks if we are running when we return with an UNSCHEDULED return 88971 clock: make UNSCHEDULED checks threadsafe 88981 Remove a pending async wakeup before we check if the next entry is UNSCHEDULED 102590 … libs/gst/base/gstbasesrc.c: Handle errors from the clock sync better, only UNSCHEDULED indicates a 102593 Handle errors from the clock sync better, only UNSCHEDULED indicates a
|