Files
filament/libs/utils
Mathias Agopian e38870ebf5 Improve JobSystem::wait
JobSystem::waitAndRelease used to spin to wait for the job to finish,
usually this wasn't a problem because the spinning thread was
able to handle other jobs. However, in cases where no job was
available it would actually spin in burn cpu cycles.

we now use a (separate) condition variable to handle that case.
2018-12-13 10:50:52 -08:00
..
2018-11-29 11:44:52 -08:00
2018-12-13 10:50:52 -08:00
2018-12-13 10:50:52 -08:00
2018-12-12 17:47:21 -08:00
2018-08-03 10:38:22 -07:00
2018-12-03 11:58:30 -08:00