Home
last modified time | relevance | path

Searched refs:data (Results 1 – 12 of 12) sorted by relevance

/libev/
H A Devent.h113 #define evtimer_set(ev,cb,data) event_set (ev, -1, 0, cb, data) argument
119 #define timeout_set(ev,cb,data) evtimer_set (ev, cb, data) argument
125 #define signal_set(ev,sig,cb,data) event_set (ev, sig, EV_SIGNAL | EV_PERSIST, cb, data) argument
H A Dev++.h442 void set_ (const void *data, void (*cb)(EV_P_ ev_watcher *w, int revents)) throw () in set_()
444 this->data = (void *)data; in set_()
450 void set (void *data = 0) throw () in throw()
452 set_ (data, function_thunk<function>); in throw()
479 (static_cast<K *>(w->data)->*method) in method_thunk()
493 (static_cast<K *>(w->data)->*method) in method_noargs_thunk()
H A Dev_epoll.c91 ev.data.u64 = (uint64_t)(uint32_t)fd in epoll_modify()
168 int fd = (uint32_t)ev->data.u64; /* mask out the lower 32 bits */ in epoll_poll()
179 if (expect_false ((uint32_t)anfds [fd].egen != (uint32_t)(ev->data.u64 >> 32))) in epoll_poll()
H A DMakefile.in777 install-data: install-data-am
781 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
829 install-data-am: install-includeHEADERS install-man
891 info-am install install-am install-data install-data-am \
H A Dev.pod1083 data structures consistent.
3403 sometype data;
3406 queue_put (data);
3413 sometype data;
3420 while (queue_get (&data))
3421 process (data);
3445 queue_put (data);
3456 while (queue_get (&data))
3457 process (data);
3580 to associate arbitrary data with your watcher. If you need more data and
[all …]
H A Dev.h245 # define EV_COMMON void *data;
665 EV_API_DECL void ev_set_userdata (EV_P_ void *data) EV_THROW;
H A Dev_kqueue.c119 int err = kqueue_events [i].data; in kqueue_poll()
H A DREADME32 - very little memory use (small watchers, small event loop data).
H A Dconfigure1351 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1352 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1353 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1357 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1358 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1360 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
6069 /* This system does not cope well with relocations in const data. */
H A Daclocal.m43702 # Some systems (esp. on ia64) link data and code symbols differently,
3785 /* This system does not cope well with relocations in const data. */
4756data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" …
5137data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" …
H A Dconfig.guess1386 send the following data and any information you think might be
H A Dev.c2800 ev_set_userdata (EV_P_ void *data) EV_THROW in ev_set_userdata() argument
2802 userdata = data; in ev_set_userdata()