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

Comparing libev/ev.pod (file contents):
Revision 1.308 by root, Thu Oct 21 02:46:59 2010 UTC vs.
Revision 1.309 by root, Thu Oct 21 09:23:21 2010 UTC

954These two functions can be used to associate arbitrary data with a loop, 954These two functions can be used to associate arbitrary data with a loop,
955and are intended solely for the C<invoke_pending_cb>, C<release> and 955and are intended solely for the C<invoke_pending_cb>, C<release> and
956C<acquire> callbacks described above, but of course can be (ab-)used for 956C<acquire> callbacks described above, but of course can be (ab-)used for
957any other purpose as well. 957any other purpose as well.
958 958
959=item ev_loop_verify (loop) 959=item ev_verify (loop)
960 960
961This function only does something when C<EV_VERIFY> support has been 961This function only does something when C<EV_VERIFY> support has been
962compiled in, which is the default for non-minimal builds. It tries to go 962compiled in, which is the default for non-minimal builds. It tries to go
963through all internal structures and checks them for validity. If anything 963through all internal structures and checks them for validity. If anything
964is found to be inconsistent, it will print an error message to standard 964is found to be inconsistent, it will print an error message to standard
4040The default is C<1>, unless C<EV_FEATURES> overrides it, in which case it 4040The default is C<1>, unless C<EV_FEATURES> overrides it, in which case it
4041will be C<0>. 4041will be C<0>.
4042 4042
4043=item EV_VERIFY 4043=item EV_VERIFY
4044 4044
4045Controls how much internal verification (see C<ev_loop_verify ()>) will 4045Controls how much internal verification (see C<ev_verify ()>) will
4046be done: If set to C<0>, no internal verification code will be compiled 4046be done: If set to C<0>, no internal verification code will be compiled
4047in. If set to C<1>, then verification code will be compiled in, but not 4047in. If set to C<1>, then verification code will be compiled in, but not
4048called. If set to C<2>, then the internal verification code will be 4048called. If set to C<2>, then the internal verification code will be
4049called once per loop, which can slow down libev. If set to C<3>, then the 4049called once per loop, which can slow down libev. If set to C<3>, then the
4050verification code will be called very frequently, which will slow down 4050verification code will be called very frequently, which will slow down

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines