1
1
Aravind Gopalakrishnan ed2343034d MTL OFI: Fix race condition due to global progress entries array
Since progress entries array is globally allocated, it is susceptible
to race conditions when using multi-threaded applications. Allocating it
on the stack resolves any potential races as it is thread local by default.

Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@intel.com>
2018-08-09 10:52:28 -07:00
..
2018-06-14 09:41:10 +09:00
2018-07-19 12:39:15 +03:00
2018-06-06 12:18:52 -07:00