[vlc-devel] [RFCv2] Thread cancellation on WinCE

Geoffroy Couprie geo.couprie at gmail.com
Thu Nov 20 11:54:49 CET 2008


On Thu, Nov 20, 2008 at 10:23 AM, Pierre Ynard <linkfanel at yahoo.fr> wrote:
> This patch adds support for thread cancellation on Windows CE. It
> emulates missing functions such as WaitForSingleObjectEx, by creating
> a cancellation event handle, and forwarding the wait functions to wait
> on both the original handles and the cancellation event. The thread can
> then be cancelled by triggering the event from another thread.

That looks better than my poor non-working code :)
I'll test it tonight, thanks!



More information about the vlc-devel mailing list