Query: iv_main
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
iv_main(3) ivykis programmer's manual iv_main(3)NAMEiv_main - enter the ivykis main loopSYNOPSIS#include <iv.h> void iv_main(void);DESCRIPTIONiv_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.SEE ALSOivykis(3), iv_examples(3), iv_quit(3) ivykis 2010-08-15 iv_main(3)
Related Man Pages |
---|
iv_task(3) - debian |
iv_thread_create(3) - debian |
iv_thread_set_debug_state(3) - debian |
iv_thread(3) - debian |
iv_timer(3) - debian |
Similar Topics in the Unix Linux Community |
---|
How to get the start time for a JAVA Main running process |