This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [MinGW]: natSelectorImplWin32.cc Overhaul for interruptible select()


Hi People,

>This patch overhauls implSelect() in natSelectorImplWin32.cc to
>support thread interruption. I completely removed _Jv_select()
>from the MinGW port and rewrote implSelect() to use
>WSAWaitForMultipleEvents as well as the current thread's
>interrupt event to test for thread interruption. In doing so,
>I needed to change WSAEventWrapper in win32.h/.cc
>to add a default constructor needed for the array of
>wrappers in implSelect().

I checked this in too.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]