On Mon, Mar 27, 2017 at 02:08:28PM +0300, Ander Conselvan de Oliveira wrote: > Currently, the main thread needs to wakeup to run the signal handler > that ends a spin batch. When testing whether a function call succesfully > waits for a batch to complete, this behavior is undesired. It actually > invalidates the test. > > Fix this by spawning a new thread to handle the timeout. > > v2: Get rid of mutexes. (Chris) > Cc: Chris Wilson <[email protected]> > Signed-off-by: Ander Conselvan de Oliveira > <[email protected]>
Lvgtm, Reviewed-by: Chris Wilson <[email protected]> I hoping that this isn't implemented as a signal to the parent thread... :) -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
