Lines Matching refs:expect_false
1523 #define expect_false(cond) ecb_expect_false (cond) macro
1600 if (expect_false (v >= shift)) in ev_floor()
1612 if (expect_false (v < 0.)) in ev_floor()
1839 # define EV_RELEASE_CB if (expect_false (release_cb)) release_cb (EV_A)
1840 # define EV_ACQUIRE_CB if (expect_false (acquire_cb)) acquire_cb (EV_A)
1956 if (expect_false ((cnt) > (cur))) \
1991 if (expect_false (w_->pending)) in ev_feed_event()
2518 if (expect_false (signals [i].pending)) in pipecb()
2574 if (expect_false (signum <= 0 || signum >= EV_NSIG)) in ev_feed_signal_event()
2583 if (expect_false (signals [signum].loop != EV_A)) in ev_feed_signal_event()
2936 if (expect_false (cleanupcnt)) in ev_loop_destroy()
3300 if (expect_false (idleall)) in idle_reify()
3371 if (expect_false (nat == at)) in periodic_recalc()
3521 if (expect_false (mn_now > ev_rt_now || ev_rt_now > mn_now + max_block + MIN_TIMEJUMP)) in time_update()
3554 if (expect_false (curpid)) /* penalise the forking check even more */ in ev_run()
3555 if (expect_false (getpid () != curpid)) in ev_run()
3564 if (expect_false (postfork)) in ev_run()
3574 if (expect_false (preparecnt)) in ev_run()
3581 if (expect_false (loop_done)) in ev_run()
3585 if (expect_false (postfork)) in ev_run()
3626 if (expect_false (waittime < timeout_blocktime)) in ev_run()
3631 if (expect_false (waittime < backend_mintime)) in ev_run()
3635 if (expect_false (io_blocktime)) in ev_run()
3684 if (expect_false (checkcnt)) in ev_run()
3833 if (expect_false (ev_is_active (w))) in ev_io_start()
3858 if (expect_false (!ev_is_active (w))) in ev_io_stop()
3876 if (expect_false (ev_is_active (w))) in ev_timer_start()
3901 if (expect_false (!ev_is_active (w))) in ev_timer_stop()
3964 if (expect_false (ev_is_active (w))) in ev_periodic_start()
3995 if (expect_false (!ev_is_active (w))) in ev_periodic_stop()
4037 if (expect_false (ev_is_active (w))) in ev_signal_start()
4120 if (expect_false (!ev_is_active (w))) in ev_signal_stop()
4163 if (expect_false (ev_is_active (w))) in ev_child_start()
4178 if (expect_false (!ev_is_active (w))) in ev_child_stop()
4497 if (expect_false (ev_is_active (w))) in ev_stat_start()
4529 if (expect_false (!ev_is_active (w))) in ev_stat_stop()
4554 if (expect_false (ev_is_active (w))) in ev_idle_start()
4578 if (expect_false (!ev_is_active (w))) in ev_idle_stop()
4601 if (expect_false (ev_is_active (w))) in ev_prepare_start()
4617 if (expect_false (!ev_is_active (w))) in ev_prepare_stop()
4639 if (expect_false (ev_is_active (w))) in ev_check_start()
4655 if (expect_false (!ev_is_active (w))) in ev_check_stop()
4735 if (expect_false (ev_is_active (w))) in ev_embed_start()
4767 if (expect_false (!ev_is_active (w))) in ev_embed_stop()
4786 if (expect_false (ev_is_active (w))) in ev_fork_start()
4802 if (expect_false (!ev_is_active (w))) in ev_fork_stop()
4824 if (expect_false (ev_is_active (w))) in ev_cleanup_start()
4842 if (expect_false (!ev_is_active (w))) in ev_cleanup_stop()
4865 if (expect_false (ev_is_active (w))) in ev_async_start()
4885 if (expect_false (!ev_is_active (w))) in ev_async_stop()
4954 if (expect_false (!once)) in ev_once()