wxUsleep() introduced (and documented) to try to work around usleep() bug in
MT programs under Solaris git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1434,6 +1434,18 @@ This function is now obsolete, replaced by \helpref{Log functions}{logfunctions}
|
||||
|
||||
<wx/memory.h>
|
||||
|
||||
\membersection{::wxUsleep}\label{wxusleep}
|
||||
|
||||
\func{void}{wxUsleep}{\param{unsigned long}{ milliseconds}}
|
||||
|
||||
Sleeps for the specified number of milliseconds. Notice that usage of this
|
||||
function is encouraged instead of calling usleep(3) directly because the
|
||||
standard usleep() function is not MT safe.
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/utils.h>
|
||||
|
||||
\membersection{::wxWriteResource}\label{wxwriteresource}
|
||||
|
||||
\func{bool}{wxWriteResource}{\param{const wxString\& }{section}, \param{const wxString\& }{entry},
|
||||
|
Reference in New Issue
Block a user