X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fevents.c;h=b55e8e75fbcd8ac88038640532b80587cdf4bc9e;hb=9417b2c6b0726ef3a9603cea3ea757e1c4a6cce6;hp=40687cbcd4eeb062f299679319ceeb3905f9379c;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;p=mono.git diff --git a/mono/io-layer/events.c b/mono/io-layer/events.c index 40687cbcd4e..b55e8e75fbc 100644 --- a/mono/io-layer/events.c +++ b/mono/io-layer/events.c @@ -96,7 +96,7 @@ static void event_ops_init (void) static void event_signal(gpointer handle) { - ResetEvent(handle); + SetEvent(handle); } static gboolean event_own (gpointer handle) @@ -129,7 +129,7 @@ static gboolean event_own (gpointer handle) static void namedevent_signal (gpointer handle) { - ResetEvent (handle); + SetEvent (handle); } /* NB, always called with the shared handle lock held */