digitalmars.D.bugs - [Issue 11918] New: pthread_kill should be nothrow
- d-bugmail puremagic.com (21/21) Jan 13 2014 https://d.puremagic.com/issues/show_bug.cgi?id=11918
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 puremagic.com ReportedBy: justin economicmodeling.com 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: -------
Jan 13 2014