1
1
Aravind Gopalakrishnan 37d1a202be 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>
(cherry picked from commit ed2343034d09b33eb44a0a727bef97a108edc8aa)
2018-08-28 14:23:56 -07:00
..
2017-11-08 07:02:27 -08:00
2018-03-21 05:16:25 +02:00