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
..
2018-06-14 09:41:10 +09:00
2018-07-30 17:23:59 -04:00
2018-07-19 15:23:01 +03:00
2018-06-06 12:18:52 -07:00