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
09b0ade4
Kaydet (Commit)
09b0ade4
authored
Tem 18, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove some now unnecessary debug trace
Change-Id: I15fef941c5a9c9d7627ca22029a95c8e6928ee20
üst
58b592a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
threadpool.cxx
comphelper/source/misc/threadpool.cxx
+0
-5
No files found.
comphelper/source/misc/threadpool.cxx
Dosyayı görüntüle @
09b0ade4
...
@@ -342,12 +342,7 @@ void ThreadTaskTag::waitUntilDone()
...
@@ -342,12 +342,7 @@ void ThreadTaskTag::waitUntilDone()
#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_cond_result_timeout
)
if
(
maTasksComplete
.
wait
(
TimeValue
{
10
*
60
,
0
})
==
osl_cond_result_timeout
)
{
SAL_DEBUG_TRACE
(
"comphelper::ThreadTaskTag::waitUntilDone() "
<<
"tasksWorking "
<<
mnTasksWorking
<<
"noThreads "
<<
ThreadPool
::
getPreferredConcurrency
());
throw
std
::
runtime_error
(
"timeout waiting for threadpool tasks"
);
throw
std
::
runtime_error
(
"timeout waiting for threadpool tasks"
);
}
#endif
#endif
}
}
...
...
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