xunlockdisplay(3x) hpux man page | unix.com

Man Page: xunlockdisplay

Operating Environment: hpux

Section: 3x

XUnlockDisplay(3X)						  XLIB FUNCTIONS						XUnlockDisplay(3X)

NAME
XUnlockDisplay - unlocks a display
SYNTAX
void XUnlockDisplay(display) Display *display;
ARGUMENTS
display Specifies the connection to the X server.
DESCRIPTION
The XUnlockDisplay function allows other threads to use the specified display again. Any threads that have blocked on the display are allowed to continue. Nested locking works correctly; if XLockDisplay has been called multiple times by a thread, then XUnlockDisplay must be called an equal number of times before the display is actually unlocked. This function has no effect unless Xlib was successfully ini- tialized for threads using XInitThreads.
SEE ALSO
XInitThreads(3X), XLockDisplay(3X) X Version 11 Release 6 XUnlockDisplay(3X)
Related Man Pages
xinitthreads(3x11) - redhat
xlockdisplay(3x11) - redhat
xinitthreads(3) - debian
xlockdisplay(3) - x11r4
xinitthreads(3) - suse
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
How to extract every repeated string between two specific string?
SAN Migration question
Hpux 11iV3 administration document
awk - Multi-line data to be stored in variable