Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
54d8d771
Kaydet (Commit)
54d8d771
authored
Tem 18, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build
Change-Id: I90d6826e4544fd39120982f80d41e237a5edbab6
üst
25ab24b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
threadpool.cxx
comphelper/source/misc/threadpool.cxx
+1
-1
No files found.
comphelper/source/misc/threadpool.cxx
Dosyayı görüntüle @
54d8d771
...
@@ -338,7 +338,7 @@ void ThreadTaskTag::waitUntilDone()
...
@@ -338,7 +338,7 @@ void ThreadTaskTag::waitUntilDone()
#ifdef DBG_UTIL
#ifdef DBG_UTIL
// 2 minute timeout in debug mode so our tests fail sooner rather than later
// 2 minute timeout in debug mode so our tests fail sooner rather than later
osl
::
Condition
::
Result
rv
=
maTasksComplete
.
wait
(
TimeValue
{
2
*
60
,
0
});
osl
::
Condition
::
Result
rv
=
maTasksComplete
.
wait
(
TimeValue
{
2
*
60
,
0
});
assert
(
rv
!=
osl
_cond_
result_timeout
);
assert
(
rv
!=
osl
::
Condition
::
result_timeout
);
#else
#else
// 10 minute timeout in production so the app eventually throws some kind of error
// 10 minute timeout in production so the app eventually throws some kind of error
if
(
maTasksComplete
.
wait
(
TimeValue
{
10
*
60
,
0
})
==
osl
::
Condition
::
Result
::
result_timeout
)
if
(
maTasksComplete
.
wait
(
TimeValue
{
10
*
60
,
0
})
==
osl
::
Condition
::
Result
::
result_timeout
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment