Files
filament/libs
Philip Rideout b82dca4fac JobSystem: work around hang on 2-CPU machines
If hardware_concurrency() returned 2 while UTILS_HAS_HYPER_THREADING was
enabled, `mThreadCount` was resulting in zero, so jobs (such as texture
decoding) would simply never start. This problem was noticed with
GitHub Actions.

I tested this fix locally by replacing `hardware_concurrency()` with
fixed values like 1 or 2, and verified that the hang went away.
2020-10-09 16:14:50 -07:00
..
2020-10-05 10:19:05 -07:00
2020-09-16 00:18:49 -07:00
2020-07-13 16:07:07 -07:00
2020-07-22 14:02:49 -07:00
2020-10-09 10:23:27 -07:00