Home
last modified time | relevance | path

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

/libev/
H A Ddepcomp305 tmpdepfile1=$dir$base.u
306 tmpdepfile2=$base.u
310 tmpdepfile1=$dir$base.u
311 tmpdepfile2=$dir$base.u
312 tmpdepfile3=$dir$base.u
378 tmpdepfile=$base.d
384 lockdir=$base.d-lock
445 tmpdepfile1=$dir$base.d
449 tmpdepfile1=$dir$base.d
450 tmpdepfile2=$dir$base.d
[all …]
H A Devent.c52 # define dLOOPbase struct ev_loop *loop = (struct ev_loop *)base
111 event_base_get_method (const struct event_base *base) in event_base_get_method() argument
127 void event_base_free (struct event_base *base) in event_base_free() argument
349 int event_base_set (struct event_base *base, struct event *ev) in event_base_set() argument
351 ev->ev_base = base; in event_base_set()
356 int event_base_loop (struct event_base *base, int flags) in event_base_loop() argument
363 int event_base_dispatch (struct event_base *base) in event_base_dispatch() argument
365 return event_base_loop (base, 0); in event_base_dispatch()
369 ev_x_loopexit_cb (int revents, void *base) in ev_x_loopexit_cb() argument
376 int event_base_loopexit (struct event_base *base, struct timeval *tv) in event_base_loopexit() argument
[all …]
H A Devent.h134 void event_base_free (struct event_base *base);
162 int event_base_set (struct event_base *base, struct event *ev);
163 int event_base_loop (struct event_base *base, int);
164 int event_base_loopexit (struct event_base *base, struct timeval *tv);
165 int event_base_dispatch (struct event_base *base);
166 int event_base_once (struct event_base *base, int fd, short events, void (*cb)(int, short, void *),…
167 int event_base_priority_init (struct event_base *base, int fd);
H A Dev++.h422 struct base : ev_watcher struct
434 base (EV_PX) throw () in throw() argument
568 : base<ev_ ## cstem, cppstem> (EV_A) \
582 struct cppstem : base<ev_ ## cstem, cppstem> \
601 using base<ev_ ## cstem, cppstem>::set; \
H A Dev_poll.c43 pollidx_init (int *base, int count) in pollidx_init() argument
48 *base++ = -1; in pollidx_init()
H A Dev.c1946 array_realloc (int elem, void *base, int *cur, int cnt) in array_realloc() argument
1949 return ev_realloc (base, elem * *cur); in array_realloc()
1952 #define array_init_zero(base,count) \ argument
1953 memset ((void *)(base), 0, sizeof (*(base)) * (count))
1955 #define array_needsize(type,base,cur,cnt,init) \ argument
1959 (base) = (type *)array_realloc \
1960 (sizeof (type), (base), &(cur), (cnt)); \
1961 init ((base) + (ocur_), (cur) - ocur_); \
1969 base = (type *)ev_realloc (base, sizeof (type) * (stem ## max));\
H A DMakefile.in502 list=; while read file base inst; do \
503 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
H A Dltmain.sh4570 const char *base;
4578 for (base = name; *name; name++)
4580 base = name + 1;
4581 return base;
H A Daclocal.m4363 # VARNAME is the (base) name used in the configure script.
4786 …eplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
4795 …eplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
4812 # Instead, shared libraries are loaded at an image base (0x10000000 by
4815 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
4817 … $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} …
6208 …bjects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
6378 # Instead, shared libraries are loaded at an image base (0x10000000 by
6381 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
6383 … $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} …
[all …]
H A Dconfigure8744 …eplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
8753 …eplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-impl…
8775 … $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} …
8776 …ame ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} …
H A DChanges91 the watcher base set (loop) method.
H A Dev.pod763 change as long as callbacks are being processed, and this is also the base
2036 you suspect event processing to be delayed and you I<need> to base the
3945 =item * In libevent, the last base created gets the signals, in libev, the
3946 base that registered the signal gets the signals.