Manual Page Result
0
Command: XtToolkitThreadInitialize | Section: 3 | Source: Digital UNIX | File: XtToolkitThreadInitialize.3Xt.gz
XtToolkitThreadInitialize(3Xt) XtToolkitThreadInitialize(3Xt)
NAME
XtToolkitThreadInitialize - initialize the toolkit for multiple threads
SYNOPSIS
Boolean XtToolkitThreadInitialize()
DESCRIPTION
If XtToolkitThreadInitialize was previously called, it returns. The ap-
plication programmer must ensure that two or more threads do not simul-
taneously attempt to call XtToolkitThreadInitialize; the effect of this
is undefined. XtToolkitThreadInitialize returns True if the host oper-
ating system has threads and the Intrinsics are thread safe.
SEE ALSO
X Toolkit Intrinsics -- C Language Interface
Xlib -- C Language X Interface
XtToolkitThreadInitialize(3Xt)