Searched refs:backend (Results 1 – 8 of 8) sorted by relevance
| /libev/ |
| H A D | ev.c | 2771 return backend; in ev_backend() 2829 if (!backend) in loop_init() 2874 backend = 0; in loop_init() 2895 if (!backend && (flags & EVBACKEND_IOCP )) backend = iocp_init (EV_A_ flags); in loop_init() 2898 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags); in loop_init() 2901 if (!backend && (flags & EVBACKEND_KQUEUE)) backend = kqueue_init (EV_A_ flags); in loop_init() 2904 if (!backend && (flags & EVBACKEND_EPOLL )) backend = epoll_init (EV_A_ flags); in loop_init() 2907 if (!backend && (flags & EVBACKEND_POLL )) backend = poll_init (EV_A_ flags); in loop_init() 2910 if (!backend && (flags & EVBACKEND_SELECT)) backend = select_init (EV_A_ flags); in loop_init() 3021 backend = 0; in ev_loop_destroy() [all …]
|
| H A D | Changes | 43 epoll backend (testcase by Assaf Inbal). 133 - fix two problems in the native win32 backend, where reuse of fd's 144 backend, by generating events on our own. 145 - ports backend: work around solaris bug 6874410 and many related ones 178 - reduce the number of spurious wake-ups with the ports backend. 193 - disable poll backend on AIX, the poll header spams the namespace 309 - fix compilation of select backend in fd_set mode when NFDBITS is 311 - better select-nfds handling when select backend is in fd_set mode. 312 - diagnose fd_set overruns when select backend is in fd_set mode. 361 backend by assuming the kernel event mask hasn't changed if [all …]
|
| H A D | ev_wrap.h | 12 #define backend ((loop)->backend) macro 111 #undef backend
|
| H A D | ev.pod | 462 =item C<EVBACKEND_SELECT> (value 1, portable select backend) 580 This backend usually performs well under most conditions. 640 Not a backend at all, but a mask to select all backend bits from a 707 costly reset of the backend). 3130 =head2 C<ev_embed> - when one backend isn't enough... 4543 When defined to C<1>, the select backend will assume that 4611 backend for Solaris 10 systems. 4722 backend, use this: 5170 =head3 Event port backend 5403 on backend and whether C<ev_io_set> was used). [all …]
|
| H A D | ev_vars.h | 60 VARx(int, backend)
|
| H A D | README | 26 event loops (with optional fast linux eventfd backend).
|
| H A D | ev++.h | 224 unsigned int backend () const throw () in backend() function
|
| H A D | aclocal.m4 | 4069 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' 4139 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|