XT FUNCTIONS XtToolkitThreadInitialize(3xt)
NAME
XtToolkitThreadInitialize - initialize the toolkit for mul-
tiple threads SYNTAXcc [ flag... ] file... -lXt [ library... ]
Boolean XtToolkitThreadInitialize(void);
DESCRIPTION
If XtToolkitThreadInitialize was previously called, it
returns. The application programmer must ensure that two or more threads do not simultaneously attempt to callXtToolkitThreadInitialize; the effect of this is undefined.
XtToolkitThreadInitialize returns True if the host operating
system has threads and the Intrinsics are thread safe.SEE ALSO
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:__________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|___________________________________|
| Availability | x11/library/toolkit/libxt ||_____________________________|___________________________________|
| Interface Stability | Committed ||_____________________________|___________________________________|
| MT-Level | See XtToolkitThreadInitialize(3XT)|
|_____________________________|___________________________________|
X Version 11 Last change: libXt 1.0.8 1