diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqwaitcondition.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqwaitcondition.html')
| -rw-r--r-- | doc/html/ntqwaitcondition.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqwaitcondition.html b/doc/html/ntqwaitcondition.html index c497b58a2..4667991b3 100644 --- a/doc/html/ntqwaitcondition.html +++ b/doc/html/ntqwaitcondition.html @@ -141,10 +141,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>(). @@ -159,10 +159,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 |
