Lines Matching refs:check
347 returns it (and ignores the flags. If that is troubling you, check
411 make libev check for a fork in each iteration by enabling this flag.
738 prepare and check phases.
859 - If EVFLAG_FORKCHECK was used, check for a fork.
878 - Queue all check watchers.
879 - Call all queued watchers in reverse order (i.e. check watchers first).
1581 I/O watchers check whether a file descriptor is readable or writable
1879 but remember the time of last activity, and check for a real timeout only
1919 In other words, each time the callback is invoked it will check whether
1920 the timeout occurred. If not, it will simply reschedule itself to check
2845 priority are pending (prepare, check and other idle watchers do not count
2914 Prepare and check watchers are often (but not always) used in pairs:
2915 prepare watchers get invoked before the process blocks and check watchers
2921 however. The rationale behind this is that you do not need to check
2937 libraries provide exactly this functionality). Then, in the check watcher,
2938 you check for any events that occurred (by checking the pending status
2992 Initialises and configures the prepare or check watcher - they have no
3009 and in a check watcher, destroy them and call into libadns. What follows
3011 priority for the check watcher or use C<ev_clear_pending> explicitly, as
3031 /* the callback is illegal, but won't be called as we stop during check */
3070 in the prepare watcher and would dispose of the check watcher.
3097 Method 4: Do not use a prepare or check watcher because the module you
3506 quickly check whether invoking the loop might be a good idea.
3508 Not that this does I<not> check whether the watcher itself is pending,
4328 Example: Declare and initialise a check watcher, utilising the above
4338 ev_check check;
4339 ev_check_init (&check, check_cb);
4340 ev_check_start (EV_DEFAULT_ &check);
5076 in libev, then check twice: If valgrind reports something like:
5095 is a bug in libev (best check the archives, too :). However, don't be
5381 =item Starting io/check/prepare/idle/signal/child/fork/async watchers: O(1)
5385 =item Stopping check/prepare/idle/fork/async watchers: O(1)