[Issue 11380] New: rt_init/rt_term are not synchronized

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 29 16:41:38 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11380

           Summary: rt_init/rt_term are not synchronized
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: dll
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody at puremagic.com
        ReportedBy: code at dawg.eu


--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-10-29 16:41:36 PDT ---
We need to make rt_init/rt_term callable from multiple C threads.
If the runtime is already initialized then calling rt_init should have the
effect of attaching the calling thread to the runtime (unless it already was
attached).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list