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