[Issue 13561] New: enumProcessThreads should be nothrow

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Oct 1 01:24:47 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13561

          Issue ID: 13561
           Summary: enumProcessThreads should be nothrow
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu
        Depends on: 11216

The function enumProcessThreads [1] in core.sys.windows.threadaux should be
nothrow, but it depends on some core.thread functions. Fixing those requires a
workaround/fix for bug 11216.
Once enumProcessThreads is nothrow we can remove this workaround [2].


[1]:
https://github.com/D-Programming-Language/druntime/blob/6e929bc0b8dc29cff18dcf1c5f5866de98d069b3/src/core/sys/windows/threadaux.d#L212
[2]:
https://github.com/D-Programming-Language/druntime/pull/974#issuecomment-57394531

--


More information about the Digitalmars-d-bugs mailing list