From a563eb743b2f96c88f42488e27ff24e975c16421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D0=BE=D0=BC=D0=B5=D0=BD=D0=BA=D0=BE=20=D0=A1=D1=82?= =?UTF-8?q?=D0=B5=D0=BF=D0=B0=D0=BD=20=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B8=D1=87?= Date: Mon, 23 Sep 2019 10:00:06 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@855 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/thread/pithread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_main/thread/pithread.h b/src_main/thread/pithread.h index 7b8a5142..1c482849 100755 --- a/src_main/thread/pithread.h +++ b/src_main/thread/pithread.h @@ -172,14 +172,14 @@ public: /** \fn bool waitForStart(int timeout_msecs = -1) * \brief Wait for thread start - * \details This function block until thread finish for "timeout_msecs" + * \details This function block until thread start for "timeout_msecs" * or forever if "timeout_msecs" < 0 * * \return \c false if timeout is exceeded */ /** \fn bool waitForFinish(int timeout_msecs = -1) * \brief Wait for thread finish - * \details This function block until thread start for "timeout_msecs" + * \details This function block until thread finish for "timeout_msecs" * or forever if "timeout_msecs" < 0 * * \return \c false if timeout is exceeded */