sync with OpenBSD -current
This commit is contained in:
parent
2d1e52c274
commit
b5b25afdb8
657 changed files with 21464 additions and 54675 deletions
|
@ -52,6 +52,8 @@ XInitThreads, XLockDisplay, XUnlockDisplay \- multi-threading support
|
|||
.HP
|
||||
Status XInitThreads\^(void);
|
||||
.HP
|
||||
Status XFreeThreads\^(void);
|
||||
.HP
|
||||
void XLockDisplay\^(\^Display *\fIdisplay\fP\^);
|
||||
.HP
|
||||
void XUnlockDisplay\^(\^Display *\fIdisplay\fP\^);
|
||||
|
@ -76,7 +78,11 @@ are protected by some other access mechanism (for example,
|
|||
a mutual exclusion lock in a toolkit or through explicit client
|
||||
programming), Xlib thread initialization is not required.
|
||||
It is recommended that single-threaded programs not call this function.
|
||||
|
||||
.LP
|
||||
The
|
||||
.B XFreeThreads
|
||||
function frees the memory allocated by
|
||||
.BR XInitThreads .
|
||||
.LP
|
||||
The
|
||||
.B XLockDisplay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue