Query: xinitthreads
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XInitThreads(3X) XLIB FUNCTIONS XInitThreads(3X)NAMEXInitThreads - initializes Xlib support for concurrent threadsSYNTAXStatus XInitThreads();DESCRIPTIONThe XInitThreads function initializes Xlib support for concurrent threads. This function must be the first Xlib function a multi-threaded program calls, and it must complete before any other Xlib call is made. This function returns a nonzero status if initialization was suc- cessful; otherwise, it returns zero. On systems that do not support threads, this function always returns zero. It is only necessary to call this function if multiple threads might use Xlib concurrently. If all calls to Xlib functions are protected by some other access mechanism (for example, a mutual exclusion lock in a toolkit or through explicit client programming), Xlib thread ini- tialization is not required. It is recommended that single-threaded programs not call this function.SEE ALSOXLockDisplay(3X), XUnLockDisplay(3X) X Version 11 Release 6 XInitThreads(3X)
Related Man Pages |
---|
xinitthreads(3) - debian |
xlockdisplay(3) - debian |
xinitthreads(3) - centos |
xinitthreads(3) - x11r4 |
xunlockdisplay(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
How to list file size on HPUX? |
How to extract every repeated string between two specific string? |
SAN Migration question |
Wrong Array... |