from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XtToolkitThreadInitialize
Section: XT FUNCTIONS (3) Updated: libXt 1.1.5 Index
Return to Main Contents
NAME
XtToolkitThreadInitialize - initialize the toolkit for multiple threads
SYNTAX
-
- 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 call
XtToolkitThreadInitialize;
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
Index
- NAME
-
- SYNTAX
-
- DESCRIPTION
-
- SEE ALSO
-
|