logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XtToolkitThreadInitialize - initialize the toolkit for multiple threads

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.

Name

       XtToolkitThreadInitialize - initialize the toolkit for multiple threads

See Also

XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                      XtToolkitThreadInitialize(3)

Syntax

       #include <X11/Intrinsic.h>

       Boolean XtToolkitThreadInitialize(void);

See Also