druntime investigation troubles
Jacob Carlborg
doob at me.com
Tue May 22 23:21:14 PDT 2012
On 2012-05-22 23:01, Steven Schveighoffer wrote:
> It looks like code that is not called on Windows. Which doesn't make
> sense. It would seem that you must initialize a critical section in
> order to use it.
>
> I can't find any reference to STI_monitor in dmd, dmc, or druntime
> source code, except those calls that are done for Posix only. This isn't
> some closed-source mystery, I think it is just unused code.
>
> Sean, does this make sense? Are we using uninitialized critical sections?
>
> -Steve
I found a call now, it's in "_d_criticalenter", both in critical.c and
critical_.d.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list