Check that threads started in multithreading tests
authorMark Adams <marka@nvidia.com>
Mon, 19 Jun 2017 15:19:16 +0000 (11:19 -0400)
committerMika Isojärvi <misojarvi@google.com>
Tue, 11 Jul 2017 17:41:38 +0000 (10:41 -0700)
commit9937c63c41831410adebf1999384d2d5b6e3b08b
tree5654b4fd52f67fdd57ca75479571d0186ef410c9
parent5d86672aa0df30306decdf652636e971e61eb8f8
Check that threads started in multithreading tests

The EGL GLES2 multithreading sharing tests could interpret a thread
that hadn't started yet as a finished thread.

Commit fd41d5d addressed the same issue but only changed one of the
two test iteration functions.

Author: Onni Kosomaa <okosomaa@nvidia.com>

Change-Id: Ie35390a8d57d9a0e8a679250a63ebb68e100de47
modules/egl/teglGLES2SharingThreadedTests.cpp