Skip to content

gtask: Separate GTask fields memory locations to avoid data races

Ghost User requested to merge (removed):tsan-gtask into master

Ensure that fields that might be accessed in two different threads, through conflicting actions are stored in seprate memory locations.

Merge request reports