Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 4 of 4) sorted by relevance

/libev/
H A Dev.c1991 if (expect_false (w_->pending)) in ev_feed_event()
2368 EV_ATOMIC_T pending; member
2587 signals [signum].pending = 0; in ev_feed_signal_event()
2994 array_free (pending, [i]); in ev_loop_destroy()
3098 if (w->pending) in verify_watcher()
3287 p->w->pending = 0; in ev_invoke_pending()
3778 if (w->pending) in clear_pending()
3781 w->pending = 0; in clear_pending()
3789 int pending = w_->pending; in ev_clear_pending() local
3791 if (expect_true (pending)) in ev_clear_pending()
[all …]
H A Dev.pod1017 are pending.
1350 pending.
1371 If the watcher is pending, this function clears its pending status and
1373 watcher isn't pending it does nothing and returns C<0>.
1383 not free the watcher as long as it has pending events.
1425 =item pending
1522 other events are pending:
1702 connection from the pending queue in all error cases.
2141 =item If the timer is pending, the pending status is always cleared.
3676 pushing it into the pending queue:
[all …]
H A Dev.h284 int pending; /* private */ \
688 ((ev_watcher *)(void *)(ev))->pending = 0; \
721 #define ev_is_pending(ev) (0 + ((ev_watcher *)(void *)(ev))->pending) /* ro, tru…
H A DChanges59 - queueing pending watchers of higher priority from a watcher now invokes
104 - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as