1XtToolkitThreadInitialize(3) XT FUNCTIONS XtToolkitThreadInitialize(3)
2
3
4
6 XtToolkitThreadInitialize - initialize the toolkit for multiple threads
7
9 #include <X11/Intrinsic.h>
10
11 Boolean XtToolkitThreadInitialize(void);
12
14 If XtToolkitThreadInitialize was previously called, it returns. The
15 application programmer must ensure that two or more threads do not
16 simultaneously attempt to call XtToolkitThreadInitialize; the effect of
17 this is undefined. XtToolkitThreadInitialize returns True if the host
18 operating system has threads and the Intrinsics are thread safe.
19
21 X Toolkit Intrinsics - C Language Interface
22 Xlib - C Language X Interface
23
24
25
26X Version 11 libXt 1.1.5.1 XtToolkitThreadInitialize(3)