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

Comparing libev/ev.h (file contents):
Revision 1.119 by root, Fri Jul 10 00:36:21 2009 UTC vs.
Revision 1.120 by root, Fri Jul 10 19:10:19 2009 UTC

545void ev_loop_verify (EV_P); /* abort if loop data corrupted */ 545void ev_loop_verify (EV_P); /* abort if loop data corrupted */
546 546
547void ev_set_io_collect_interval (EV_P_ ev_tstamp interval); /* sleep at least this time, default 0 */ 547void ev_set_io_collect_interval (EV_P_ ev_tstamp interval); /* sleep at least this time, default 0 */
548void ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval); /* sleep at least this time, default 0 */ 548void ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval); /* sleep at least this time, default 0 */
549 549
550/* 550/* advanced stuff for threading etc. support, see docs */
551 * a single void * can be attached to each loop. this is intended
552 * to aid the invoke_pending/blocking callbacks.
553 */
554void ev_set_userdata (EV_P_ void *data); 551void ev_set_userdata (EV_P_ void *data);
555void *ev_userdata (EV_P); 552void *ev_userdata (EV_P);
556
557/*
558 * hooks to overide how and when libev invokes callbacks,
559 * and hooks that wrap the actual eventloop blocking call.
560 */
561void ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P)); 553void ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P));
562void ev_set_blocking_cb (EV_P_ void (*suspend_cb_)(EV_P), void (*resume_cb_)(EV_P)); 554void ev_set_loop_release_cb (EV_P_ void (*release)(EV_P), void (*acquire)(EV_P));
563 555
564void ev_invoke_pending (EV_P); /* invoke all pending watchers */ 556void ev_invoke_pending (EV_P); /* invoke all pending watchers */
565 557
566/* 558/*
567 * stop/start the timer handling. 559 * stop/start the timer handling.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines