[Issue 3885] No multithread support for Windows DLL

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3885 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3885] No multithread support for Windows DLL

2010-04-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3885 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3885] No multithread support for Windows DLL

2010-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3885 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3885] No multithread support for Windows DLL

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3885 --- Comment #2 from Rainer Schuetze 2010-03-06 08:35:50 PST --- Created an attachment (id=585) allow multithreading with dlls in D1 this is a similar patch for D1: 1. some adjustments to std.thread to attach and detach threads. 2. the same t

[Issue 3885] No multithread support for Windows DLL

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3885 --- Comment #1 from Rainer Schuetze 2010-03-06 08:31:23 PST --- Created an attachment (id=584) allow multithreading with dlls Here's a patch that fixes the issue for D2. It consists of 3 parts: 1. some modifications to core.thread to allow at