Flush (work in progress)
[mono.git] / mono / io-layer / events.c
index 40687cbcd4eeb062f299679319ceeb3905f9379c..b55e8e75fbcd8ac88038640532b80587cdf4bc9e 100644 (file)
@@ -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 */