Searched refs:flags (Results 1 – 12 of 12) sorted by relevance
| /libev/ |
| H A D | ev.c | 2129 anfds [fd].reify |= flags; in fd_change() 2496 DWORD flags = 0; in pipecb() local 2723 unsigned int flags = 0; in ev_supported_backends() local 2731 return flags; in ev_supported_backends() 2753 return flags; in ev_recommended_backends() 2765 return flags; in ev_embeddable_backends() 2831 origflags = flags; 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() 3081 loop_init (EV_A_ flags); in ev_loop_new() [all …]
|
| H A D | ev++.h | 198 void loop (int flags = 0) 200 ev_run (EV_AX_ flags); 209 void run (int flags = 0) 211 ev_run (EV_AX_ flags); 355 dynamic_loop (unsigned int flags = AUTO) throw (bad_loop) in throw() 356 : loop_ref (ev_loop_new (flags)) in throw() 379 default_loop (unsigned int flags = AUTO) throw (bad_loop) in throw() 381 : loop_ref (ev_default_loop (flags)) in throw() 388 !ev_default_loop (flags) in throw()
|
| H A D | ev.h | 361 int flags; /* private */ 557 EV_API_DECL struct ev_loop *ev_default_loop (unsigned int flags EV_CPP (= 0)) EV_THROW; 578 EV_API_DECL struct ev_loop *ev_loop_new (unsigned int flags EV_CPP (= 0)) EV_THROW; 584 EV_API_DECL int ev_default_loop (unsigned int flags EV_CPP (= 0)) EV_THROW; /* returns true when su… 639 EV_API_DECL int ev_run (EV_P_ int flags EV_CPP (= 0)); 697 #define ev_child_set(ev,pid_,trace_) do { (ev)->pid = (pid_); (ev)->flags = !!(trace_); } w… 835 EV_INLINE void ev_loop (EV_P_ int flags) { ev_run (EV_A_ flags); }
|
| H A D | ev_kqueue.c | 47 kqueue_change (EV_P_ int fd, int filter, int flags, int fflags) in kqueue_change() argument 52 EV_SET (&kqueue_changes [kqueue_changecnt - 1], fd, filter, flags, fflags, 0, 0); in kqueue_change() 117 if (expect_false (kqueue_events [i].flags & EV_ERROR)) in kqueue_poll() 156 kqueue_init (EV_P_ int flags) in kqueue_init() argument
|
| H A D | event.c | 149 int event_loop (int flags) in event_loop() argument 151 return event_base_loop (ev_x_cur, flags); in event_loop() 356 int event_base_loop (struct event_base *base, int flags) in event_base_loop() argument 360 return !ev_run (EV_A_ flags); in event_base_loop()
|
| H A D | ev_port.c | 140 port_init (EV_P_ int flags) in port_init() argument
|
| H A D | ev_poll.c | 130 poll_init (EV_P_ int flags) in poll_init() argument
|
| H A D | ev.pod | 339 =item struct ev_loop *ev_default_loop (unsigned int flags) 343 the C<flags> parameter are described in more detail in the entry for 347 returns it (and ignores the flags. If that is troubling you, check 376 =item struct ev_loop *ev_loop_new (unsigned int flags) 388 The following flags are supported: 641 C<flags> value, in case you want to mask out any backends from a flags 646 If one or more of the backend flags are or'ed into the flags value, 805 =item bool ev_run (loop, int flags) 839 A flags value of C<EVRUN_ONCE> will look for new events (waiting if 3055 // set the relevant poll flags [all …]
|
| H A D | ev_epoll.c | 239 epoll_init (EV_P_ int flags) in epoll_init() argument
|
| H A D | aclocal.m4 | 852 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl 926 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl 933 # If no C compiler flags were specified, use CFLAGS. 995 # link flags. 2273 # flags to be left without arguments 4412 # Sun Fortran 8.3 passes all unrecognized flags to the linker 4546 [Additional compiler flags for building library objects]) 5111 # Warning - without using the other run time loading flags, 6942 # objects, libraries and library flags. 7010 dnl objects, libraries and library flags. [all …]
|
| H A D | ev_select.c | 275 select_init (EV_P_ int flags) in select_init() argument
|
| H A D | Changes | 471 flags of any outer loops anymore.
|