[Issue 11918] New: pthread_kill should be nothrow
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 13 09:21:24 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11918
Summary: pthread_kill should be nothrow
Product: D
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: nobody at puremagic.com
ReportedBy: justin at economicmodeling.com
--- Comment #0 from Justin Whear <justin at economicmodeling.com> 2014-01-13 09:21:22 PST ---
Module core.sys.posix.signal defines pthread_kill without `nothrow`. This is
particularly noticeable as this function is commonly used in the context of
signal handling (which requires a nothrow function) in order to propagate a
signal to other threads.
Also defined in core.sys.osx.pthread
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list