Skip to content
Unverified Commit 35147e00 authored by Ilya Isaev's avatar Ilya Isaev Committed by GitHub
Browse files

Simplify synchronization logic in task_group_context (#462)



The current synchronization in task_group_context made by more then one atomic variable. This code hard to debug and each ThreadSanitizer report in this code usual require unreadable workaround to fix it. To improve correctness and readability of this code it was decided to rewrite synchronization using mutex.

Signed-off-by: default avatarIlya Isaev <ilya.isaev@intel.com>
parent 68e075cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment