Commit d6a06662 authored by lat9nq's avatar lat9nq
Browse files

k_process: Fix data race

TSan reported a race between thread 36 and thread 34, a read at :225 and
a write at :225 respectively. Make total_proces_running_time_ticks
atomic to avoid this race.
parent 5b5a1b7f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment