[Libreoffice-commits] core.git: include/osl
Tor Lillqvist
tml at collabora.com
Wed Mar 30 05:09:26 UTC 2016
include/osl/thread.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ad777d0f07d519f409b056ecdafec623e7edd926
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Mar 30 07:58:02 2016 +0300
Improve wording
Change-Id: If6d0e38070cd99de903639944ecc8db16c653302
diff --git a/include/osl/thread.h b/include/osl/thread.h
index 0a8eb4c..be7999e 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -124,8 +124,8 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread);
*/
SAL_DLLPUBLIC void SAL_CALL osl_joinWithThread(oslThread Thread);
-/** Blocks the calling thread at least for the given number
- of time.
+/** Suspends the execution of the calling thread for at least the given
+ time.
*/
SAL_DLLPUBLIC void SAL_CALL osl_waitThread(const TimeValue* pDelay);
More information about the Libreoffice-commits
mailing list