1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 02:45:32 +02:00
cdt/core
Torbjörn SVENSSON 4a7bd0d1b4 Bug 574131: Do not concurrently call Spawner#destroy()
As the Object#wait() voids the synchronization, more threads can call
destroy() before the Reaper thread has identified that the process
exited or the timeout occured.
The change ensures that only one call actually raises the signal while
the others are NOP.

Contributed by STMicroelectronics

Change-Id: I64722b17138582a76bb9cf604a6b0c14685f1720
Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
2021-10-18 20:49:49 +02:00
..
org.eclipse.cdt.core Bug 574247 - Same binary file can appear multiple times 2021-07-25 11:03:01 +01:00
org.eclipse.cdt.core.linux [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.core.linux.aarch64 [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.core.linux.ppc64le [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.core.linux.x86_64 [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.core.macosx [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.core.native Bug 574131: Do not concurrently call Spawner#destroy() 2021-10-18 20:49:49 +02:00
org.eclipse.cdt.core.tests [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.core.win32 [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.core.win32.x86_64 Bug 574131: SIGTERM should let app do a gracefully exit on win 2021-10-18 07:06:22 -04:00
org.eclipse.cdt.ui [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
org.eclipse.cdt.ui.tests [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00
pom.xml [releng] Prepare for CDT 10.5.0 2021-09-26 20:23:17 -04:00