Query: xlockdisplay
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XLockDisplay(3X) XLIB FUNCTIONS XLockDisplay(3X)NAMEXLockDisplay - locks a displaySYNTAXvoid XLockDisplay(display) Display *display;ARGUMENTSdisplay Specifies the connection to the X server.DESCRIPTIONThe XLockDisplay function locks out all other threads from using the specified display. Other threads attempting to use the display will block until the display is unlocked by this thread. Nested calls to XLockDisplay work correctly; the display will not actually be unlocked until XUnlockDisplay has been called the same number of times as XLockDisplay. This function has no effect unless Xlib was successfully initialized for threads using XInitThreads.SEE ALSOXInitThreads(3X), XUnLockDisplay(3X) X Version 11 Release 6 XLockDisplay(3X)
Related Man Pages |
---|
xinitthreads(3x11) - redhat |
xlockdisplay(3) - debian |
xlockdisplay(3) - centos |
xlockdisplay(3) - suse |
xunlockdisplay(3) - suse |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
How to extract every repeated string between two specific string? |
Sequence extraction |
Seeking Alternative for diff in hp |