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

"_STI_critical_init" is defined both in critical.c and critical_.d, but I can't find a place where it's called on Windows.

--
/Jacob Carlborg

Reply via email to