[Intel-gfx] [PATCH] tests/gem_userptr_blits: Race between object creation and multi-threaded mm ops
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Fri Jul 18 11:36:15 CEST 2014
On 07/18/2014 10:20 AM, Gore, Tim wrote:
> Unfortunately Android threads do not support cancel and testcancel, so this
> Test cannot build for android.
> Do we really need a cancellation point, since we don't need to cancel the thread.
> Tvrtko's original solution seemed workable, if a bit less polished.
Solution with a flag is fine in my opinion, but I also need to get rid
of asserts in the thread. This is was Chris was pointing out, I always
forget that threads have too much independence so SIGBART in a thread
won't kill the process. I've put it on my TODO for the lower priority
tasks, since I would still like to propagate any failures in the thread
to subtest fail.
Tvrtko
More information about the Intel-gfx
mailing list