Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XtToolkitThreadInitialize(3)	  XT FUNCTIONS	    XtToolkitThreadInitialize(3)

NAME
     XtToolkitThreadInitialize - initialize the toolkit for multiple threads

SYNTAX
     #include <X11/Intrinsic.h>

     Boolean XtToolkitThreadInitialize(void);

DESCRIPTION
     If XtToolkitThreadInitialize was previously called, it returns.  The appli-
     cation  programmer  must  ensure that two or more threads do not simultane-
     ously attempt to call XtToolkitThreadInitialize; the effect of this is  un-
     defined.  XtToolkitThreadInitialize returns True if the host operating sys-
     tem has threads and the Intrinsics are thread safe.

SEE ALSO
     X Toolkit Intrinsics - C Language Interface
     Xlib - C Language X Interface

X Version 11			   libXt 1.3.1	    XtToolkitThreadInitialize(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XtToolkitThreadInitialize&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help