Thread overview
[Issue 23593] core.thread: suspendAll doesn't wait for all if current thread has detached itself
Dec 31, 2022
Iain Buclaw
Dec 31, 2022
Dlang Bot
Dec 31, 2022
Dlang Bot
December 31, 2022
https://issues.dlang.org/show_bug.cgi?id=23593

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 31, 2022
https://issues.dlang.org/show_bug.cgi?id=23593

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/dmd pull request #14763 "core.thread.osthread: Don't subtract suspend counter if thread has detached itself" fixing this issue:

- fix Issue 23593 - core.thread: suspendAll doesn't wait for all if current thread has detached itself.

  Don't subtract suspend counter if thread has detached itself.

https://github.com/dlang/dmd/pull/14763

--
December 31, 2022
https://issues.dlang.org/show_bug.cgi?id=23593

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14763 "core.thread.osthread: Don't subtract suspend counter if thread has detached itself" was merged into master:

- 096b48eab47b9deca54fc48c96be77675eaca31b by Iain Buclaw:
  fix Issue 23593 - core.thread: suspendAll doesn't wait for all if current
thread has detached itself.

  Don't subtract suspend counter if thread has detached itself.

https://github.com/dlang/dmd/pull/14763

--