Home
last modified time | relevance | path

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

/libev/
H A Dev_epoll.c96 …if (expect_true (!epoll_ctl (backend_fd, oev && oldmask != nev ? EPOLL_CTL_MOD : EPOLL_CTL_ADD, fd… in epoll_modify()
99 if (expect_true (errno == ENOENT)) in epoll_modify()
108 else if (expect_true (errno == EEXIST)) in epoll_modify()
118 else if (expect_true (errno == EPERM)) in epoll_modify()
H A Dev.c1857 if (expect_true (have_realtime)) in ev_time()
1875 if (expect_true (have_monotonic)) in get_clock()
2052 if (expect_true (!anfd->reify)) in fd_event()
2131 if (expect_true (!reify)) in fd_change()
2253 if (expect_true (pos + DHEAP - 1 < E)) in downheap()
2431 if (expect_true (*flag)) in evpipe_write()
3469 if (expect_true (have_monotonic)) in time_update()
3690 while (expect_true ( in ev_run()
3764 if (expect_true (*head == elem)) in wlist_del()
3791 if (expect_true (pending)) in ev_clear_pending()
[all …]
H A Dev_select.c239 if (expect_true (events)) in select_poll()
265 if (expect_true (events)) in select_poll()
H A Dev_poll.c80 if (expect_true (idx < --pollcnt)) in poll_modify()