Searched refs:handle (Results 1 – 6 of 6) sorted by relevance
| /libev/ |
| H A D | ev_select.c | 80 SOCKET handle = anfds [fd].handle; in select_modify() local 82 int handle = fd; in select_modify() 94 FD_SET (handle, (fd_set *)vec_ri); in select_modify() 96 FD_CLR (handle, (fd_set *)vec_ri); in select_modify() 102 FD_SET (handle, (fd_set *)vec_wi); in select_modify() 104 FD_CLR (handle, (fd_set *)vec_wi); in select_modify() 228 SOCKET handle = anfds [fd].handle; in select_poll() local 230 int handle = fd; in select_poll() local 233 if (FD_ISSET (handle, (fd_set *)vec_ro)) events |= EV_READ; in select_poll() 234 if (FD_ISSET (handle, (fd_set *)vec_wo)) events |= EV_WRITE; in select_poll() [all …]
|
| H A D | ev.c | 1567 # define EV_WIN32_HANDLE_TO_FD(handle) _open_osfhandle (handle, 0) argument 1770 SOCKET handle; member 2078 SOCKET handle = EV_FD_TO_WIN32_HANDLE (fd); in fd_reify() local 2080 if (handle != anfd->handle) in fd_reify() 2084 …(("libev: only socket fds supported in this configuration", ioctlsocket (handle, FIONREAD, &arg) =… in fd_reify() 2089 anfd->handle = handle; in fd_reify()
|
| H A D | ev.pod | 360 The default loop is the only loop that can handle C<ev_child> watchers, 454 want to handle signals only in specific threads and want to avoid libev 833 A flags value of C<EVRUN_NOWAIT> will look for new events, will handle 840 necessary) and will handle those and any already outstanding ones. It 1531 // are not yet ready to handle it. 1534 // start the idle watcher to handle the actual event. 1720 A better way to handle the situation is to log any errors other than 1733 The last way to handle it is to simply log the error and C<exit>, as 1805 What follows are some ways to handle this problem, from obvious and 4559 =item EV_WIN32_HANDLE_TO_FD(handle) [all …]
|
| H A D | README | 24 - relative timers/timeouts (handle time jumps).
|
| H A D | config.guess | 1388 information to handle your system.
|
| H A D | aclocal.m4 | 2582 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 8839 # handle '-M -o', and we need to detect this. Also, some Intel 9621 # is unlikely to handle the host's binaries.
|