www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Is monitor the correct type?

I'm not positive, but it looks like object.monitor (phobos/internal/monitor.c) 
doesn't work for 64bit. It seems like it should be

union{void*,unsigned}

or

union{pthread_mutex_t*,unsigned}

instead of unsigned.

-Traveler Hauptman
Sep 20 2005