from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209584

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149881

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





iv_init

Section: ivykis programmer's manual (3)
Updated: 201-0-05
Index Return to Main Contents
 

NAME

iv_init, iv_deinit, iv_inited - initialise and deinitialise ivykis  

SYNOPSIS

#include <iv.h>

void iv_init(void);
void iv_deinit(void);
int iv_inited(void);
 

DESCRIPTION

iv_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 ALSO

ivykis(3), iv_examples(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 9.9 ms