Home
last modified time | relevance | path

Searched refs:want (Results 1 – 5 of 5) sorted by relevance

/libev/
H A Dev_epoll.c169 int want = anfds [fd].events; in epoll_poll() local
186 if (expect_false (got & ~want)) in epoll_poll()
188 anfds [fd].emask = want; in epoll_poll()
199 ev->events = (want & EV_READ ? EPOLLIN : 0) in epoll_poll()
200 | (want & EV_WRITE ? EPOLLOUT : 0); in epoll_poll()
204 if (epoll_ctl (backend_fd, want ? EPOLL_CTL_MOD : EPOLL_CTL_DEL, fd, ev)) in epoll_poll()
H A Dev.pod180 you actually want to know. Also interesting is the combination of
451 when you want to receive them.
454 want to handle signals only in specific threads and want to avoid libev
694 In addition, if you want to reuse a loop (via this function or
1010 when you want to do some lengthy calculation and want to pass further
1499 always, what you want).
1586 the watcher if you don't want to act on the event and neither want to
1803 you want to raise some error after a while.
3327 loop when you want them to be invoked.
4720 additional parts you want, for example if you want everything minimal,
[all …]
H A Daclocal.m42996 *** may want to report the problem to your system manager and/or to
3211 # whether `pass_all' will *always* work, you probably want this one.
4582 # If we're using GNU nm, then we don't want the "-C" option.
4740 *** really care for shared libraries, you may want to install binutils
5005 # If we're using GNU nm, then we don't want the "-C" option.
5048 # We only want to do this on AIX 4.2 and lower, the check
5934 # We don't want -fno-exception when compiling C++ code, so set the
6043 # We only want to do this on AIX 4.2 and lower, the check
9138 # is OK; and we want to be able to make that assumption in our Makefile
9139 # recipes. So use an aggressive probe to check that the usage we want is
[all …]
H A Dconfigure2808 If you want to complete the configuration process using your problematic
8698 *** really care for shared libraries, you may want to install binutils
H A Dltmain.sh2724 echo "If you ever happen to want to link against installed libraries"