Files
filament/libs/utils/test/test_JobSystem.cpp
Mathias Agopian 12fde30f31 better comments and potential fix for work-stealing dequeue
It's better to use std::memory_order_seq_cst in pop() and
steal() because we rely on ordering of access to
mTop and mBottom members.
2019-06-28 13:08:56 -07:00

8.3 KiB