예제 #1
0
파일: events.c 프로젝트: Appercode/mono
/* NB, always called with the shared handle lock held */
static gboolean namedevent_own (gpointer handle)
{
	return event_handle_own (handle, MONO_W32HANDLE_NAMEDEVENT);
}
예제 #2
0
/* NB, always called with the shared handle lock held */
static gboolean namedevent_own (gpointer handle, guint32 *statuscode)
{
	return event_handle_own (handle, MONO_W32HANDLE_NAMEDEVENT, statuscode);
}