GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
iv_main(3) ivykis programmer's manual iv_main(3)

iv_main - enter the ivykis main loop

#include <iv.h>

void iv_main(void);

iv_main enters the current thread's ivykis main loop.

The ivykis main loop consists of checking the status of the registered file descriptors, timers and tasks, and either calling callback functions corresponding to active objects, or blocking until an event arrives.

Each thread that wants to use ivykis must individually call iv_main to enter the ivykis main loop -- but only after having called iv_init(3) earlier.

ivykis(3), iv_examples(3), iv_quit(3)
2010-08-15 ivykis

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.