Searched refs:type (Results 1 – 6 of 6) sorted by relevance
| /libev/ |
| H A D | ev.h | 249 # define EV_CB_DECLARE(type) void (*cb)(EV_P_ struct type *w, int revents); 256 #define EV_CB(type,name) void name (EV_P_ struct ev_ ## type *w, int revents) 282 #define EV_WATCHER(type) \ 287 EV_CB_DECLARE (type) /* private */ 289 #define EV_WATCHER_LIST(type) \ 290 EV_WATCHER (type) \ 293 #define EV_WATCHER_TIME(type) \ 294 EV_WATCHER (type) \ 620 EV_API_DECL void ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_THROW;
|
| H A D | ev.c | 854 template<class T> struct ecb_decltype_t { typedef T type; }; typedef 855 #define ecb_decltype(x) ecb_decltype_t<decltype (x)>::type 1955 #define array_needsize(type,base,cur,cnt,init) \ argument 1959 (base) = (type *)array_realloc \ 1960 (sizeof (type), (base), &(cur), (cnt)); \ 1965 #define array_slim(type,stem) \ 1969 base = (type *)ev_realloc (base, sizeof (type) * (stem ## max));\ 2020 queue_events (EV_P_ W *events, int eventcnt, int type) in queue_events() argument 2025 ev_feed_event (EV_A_ events [i], type); in queue_events() 4982 ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_THROW in ev_walk() argument
|
| H A D | ev_vars.h | 40 #define VARx(type,name) VAR(name, type name) argument
|
| H A D | ev.pod | 18 // every watcher type has its own typedef'd struct 141 ask). This type is called C<ev_tstamp>, which is what you should use 1253 type-specific parts. For each type there is also a C<ev_TYPE_init> macro 1276 Although some watcher types do not have type-specific arguments 1567 functions and members specific to the watcher type are explained. 3598 can cast it back to your own type: 3607 function type instead have been omitted. 3875 #define EV_CB_DECLARE(type) struct my_coro *cb; 3907 #define EV_CB_DECLARE(type) struct my_coro *cb; 4896 =item EV_CB_DECLARE (type) [all …]
|
| H A D | Changes | 101 - enum expressions must be of type int (reported by Juan Pablo L). 216 - new ev_cleanup watcher type. 464 - made integer constants type int in ev.h.
|
| H A D | aclocal.m4 | 2925 _LT_DECL([], [version_type], [0], [Library versioning type]) 3447 */dev/null* | *'Invalid file or object type'*) 8346 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
|