[Mono-dev] AutoResetEvent

Miguel de Icaza miguel at novell.com
Fri Oct 19 19:12:36 EDT 2007


Hello Gwyneth,

> We have assumed that the MONO library is using the PThread
> implementation to support the .NET event model, so what we need to get
> from MONO is the value of the event that we can then send to the PThread
> library call to set the event to wake up the .NET Event Received thread
> that is blocking.
> 
> How do we get this handle?

You will need to find an alternative solution for this, as in Unix there
are no kernel-supported Events.

Mono has to implement its own notion of events to simulate the
managed-layered requirements for this API but these are not reusable
outside of the Mono VM (and they are not exposed for third party DLLs to
use).



More information about the Mono-devel-list mailing list