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

2022-12-30 Thread d-bugmail--- via Digitalmars-d-bugs
ead: 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 --

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

2022-12-30 Thread d-bugmail--- via Digitalmars-d-bugs
--- @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 susp

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

2022-12-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23593 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --