Query: giimtinit
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
giiMTInit(3) GGI giiMTInit(3)NAMEgiiMTInit - Make LibGII thread-safeSYNOPSIS#include <ggi/gii.h> int giiMTInit(void);DESCRIPTIONgiiMTInit 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 VALUEgiiMTInit returns 0 on successful execution.KNOWN BUGSThis function has not been well tested.SEE ALSOgiiInit(3) libgii-1.0.x 2006-12-30 giiMTInit(3)