diff options
Diffstat (limited to 'doc/html/tqwaitcondition.html')
-rw-r--r-- | doc/html/tqwaitcondition.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqwaitcondition.html b/doc/html/tqwaitcondition.html index c96c2e449..f0c297cde 100644 --- a/doc/html/tqwaitcondition.html +++ b/doc/html/tqwaitcondition.html @@ -140,10 +140,10 @@ Wait on the thread event object. The thread calling this will block until either of these conditions is met: <ul> <li> Another thread signals it using <a href="#wakeOne">wakeOne</a>() or <a href="#wakeAll">wakeAll</a>(). This -function will return TRUE in this case. +function will return true in this case. <li> <em>time</em> milliseconds has elapsed. If <em>time</em> is ULONG_MAX (the default), then the wait will never timeout (the event must be -signalled). This function will return FALSE if the wait timed +signalled). This function will return false if the wait timed out. </ul> <p> <p>See also <a href="#wakeOne">wakeOne</a>() and <a href="#wakeAll">wakeAll</a>(). @@ -158,10 +158,10 @@ immediately. The <em>mutex</em> will be unlocked, and the calling thread will block until either of these conditions is met: <ul> <li> Another thread signals it using <a href="#wakeOne">wakeOne</a>() or <a href="#wakeAll">wakeAll</a>(). This -function will return TRUE in this case. +function will return true in this case. <li> <em>time</em> milliseconds has elapsed. If <em>time</em> is ULONG_MAX (the default), then the wait will never timeout (the event must be -signalled). This function will return FALSE if the wait timed +signalled). This function will return false if the wait timed out. </ul> <p> The mutex will be returned to the same locked state. This function |