summaryrefslogtreecommitdiff
path: root/worker.h
AgeCommit message (Collapse)Author
2017-04-25drm_hwcomposer: refactor WorkerAdrian Salido
Make use of standard library mutex and conditions which simplifies use of condition variables and benefits from things like scoped locking. Also add tests to make sure it runs as expected. Change-Id: Iaf92e17e1f6757dce490eddee61f84cb1f953b0c
2015-11-10drm_hwcomposer: add optional timeout for WaitForSignalOrExitLockedZach Reizner
Change-Id: I5beef0833cc0a384aa76e821694183e024a8850c
2015-05-13drm_hwcomposer: Add Worker class to abstract thread nastiesSean Paul
This will allow us to spin up threads more easily. Change-Id: I74add3d20ab14a61f3c646877a3ee17d0bd99ac4 Signed-off-by: Sean Paul <seanpaul@chromium.org>