1giiMTInit(3) GGI giiMTInit(3)
2
3
4
6 giiMTInit : Make LibGII thread-safe
7
9 #include <ggi/gii.h>
10
11 int giiMTInit(void);
12
13
15 giiMTInit sets up LibGII so that it is fully thread-safe. This allows
16 the application to call LibGII functions (on the same input) without
17 doing its own locking. This will enable extra checks and locks that are
18 off by default to avoid overhead.
19
20 This function does not replace giiInit(3), which must still be called
21 at least once.
22
24 giiMTInit returns 0 on successful execution.
25
27 This function has not been well tested.
28
30 giiInit(3)
31
32
33
34libgii-1.0.x 2006-12-30 giiMTInit(3)