Fix possible synchronization issue in TaskThunk.

When cancel is called, it is executed in the caller thread, which is
different from the thread run() is executing on. Only one thread may
use the context at a time, so a big lock is needed around the two
methods.

Change-Id: I41c203761cef5ca84914c3ace8e33b704212cdc2
1 file changed