Query: iv_inited
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
iv_init(3) ivykis programmer's manual iv_init(3)NAMEiv_init, iv_deinit, iv_inited - initialise and deinitialise ivykisSYNOPSIS#include <iv.h> void iv_init(void); void iv_deinit(void); int iv_inited(void);DESCRIPTIONiv_init initialises the current thread's ivykis event loop. Each thread that wants to use ivykis must call iv_init before any other ivykis functions are called. The very first call to iv_init in a process must run to completion before other threads are allowed to call iv_init, but subsequent calls to iv_init can be done concurrently. iv_deinit frees all resources allocated by ivykis in this thread, and should be called before this thread exits. iv_inited returns true if iv_init has been called in this thread. After iv_deinit is called, it will return false.SEE ALSOivykis(3), iv_examples(3) ivykis 2010-09-05 iv_init(3)
Related Man Pages |
---|
iv_task(3) - debian |
iv_task_register(3) - debian |
iv_thread_set_debug_state(3) - debian |
iv_tls_user_register(3) - debian |
ivykis(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Detecting unused variables... |
One instance of comparing grep and awk |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |