giimtinit(3) debian man page | unix.com

Man Page: giimtinit

Operating Environment: debian

Section: 3

giiMTInit(3)								GGI							      giiMTInit(3)

NAME
giiMTInit - Make LibGII thread-safe
SYNOPSIS
#include <ggi/gii.h> int giiMTInit(void);
DESCRIPTION
giiMTInit sets up LibGII so that it is fully thread-safe. This allows the application to call LibGII functions (on the same input) without doing its own locking. This will enable extra checks and locks that are off by default to avoid overhead. This function does not replace giiInit(3), which must still be called at least once.
RETURN VALUE
giiMTInit returns 0 on successful execution.
KNOWN BUGS
This function has not been well tested.
SEE ALSO
giiInit(3) libgii-1.0.x 2006-12-30 giiMTInit(3)
Related Man Pages
giiaddeventmask(3) - debian
giieventread(3) - debian
giijoininputs(3) - debian
giiinit(3) - debian
giiopen(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results