Home
last modified time | relevance | path

Searched refs:add (Results 1 – 4 of 4) sorted by relevance

/libev/
H A DChanges74 - (ecb) add memory fence support for xlC (Darin McBride).
100 - add some untested android support.
203 - add section on accept() problems to the manpage.
243 - add ev::timer->remaining () method to C++ API.
266 - add ev_loop_depth.
294 - add documentation section about priorities.
295 - add a glossary to the documentation.
432 - document/add EV_USE_4HEAP and EV_HEAP_CACHE_AT.
436 - add portability requirements section.
463 - add sensible set method to ev::embed.
[all …]
H A Dltmain.sh6860 add="-l$name"
6863 add="-l$name"
6883 test -n "$add" && compile_deplibs="$add $compile_deplibs"
6886 test -n "$add" && deplibs="$add $deplibs"
6901 add=
6908 add="-l$name"
6914 add="-l$name"
6920 add="$libdir/$linklib"
6933 add="-l$name"
6938 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
[all …]
H A Daclocal.m4992 # By default we will add the -single_module flag. You can override
1677 # And add a safety zone
2215 # and add multilib dir if necessary.
2313 # soname into executable. Probably we can add versioning support to
2635 case $LD in # libtool.m4 will add one of these switches to LD
5037 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5646 # to ld, don't add -lc before -lgcc.
5686 [Whether or not to add -lc for building shared libraries])
6032 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6446 # earlier do not add the objects themselves.
[all …]
H A Dev.pod914 Ref/unref can be used to add or remove a reference count on the event
1831 data structure and then add it again. Libev tries to be fast, but it's
3394 To implement race-free queueing, you simply add to the queue in the signal
3659 immediately invoke the callback, for example, to report errors. Or you add
4004 classes add (compared to plain C-style watchers) is the event loop pointer
4010 to add as long as they only need one additional pointer for context. If
5383 These just add the watcher into an array or at the head of a list.