ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.125 by root, Fri Feb 1 13:43:38 2008 UTC vs.
Revision 1.126 by root, Fri Feb 1 13:46:26 2008 UTC

2695be detected at runtime. 2695be detected at runtime.
2696 2696
2697=item EV_ATOMIC_T 2697=item EV_ATOMIC_T
2698 2698
2699Libev requires an integer type (suitable for storing C<0> or C<1>) whose 2699Libev requires an integer type (suitable for storing C<0> or C<1>) whose
2700access is atomic with respect to other threads or signal contexts. No such type 2700access is atomic with respect to other threads or signal contexts. No such
2701is easily found using, so you cna provide your own type that you know is safe. 2701type is easily found in the C language, so you can provide your own type
2702that you know is safe for your purposes.
2702 2703
2703In the absense of this define, libev will use C<sig_atomic_t volatile> 2704In the absense of this define, libev will use C<sig_atomic_t volatile>
2704from F<signal.h>, which is usually good enough on most platforms. 2705(from F<signal.h>), which is usually good enough on most platforms.
2705 2706
2706=item EV_H 2707=item EV_H
2707 2708
2708The name of the F<ev.h> header file used to include it. The default if 2709The name of the F<ev.h> header file used to include it. The default if
2709undefined is C<"ev.h"> in F<event.h>, F<ev.c> and F<ev++.h>. This can be 2710undefined is C<"ev.h"> in F<event.h>, F<ev.c> and F<ev++.h>. This can be

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines