4b670bd4f5
This test was whiteboxing the _current_cpu pointer to extract the CPU ID. That's actually racy: the thread can be preempted and migrated to another CPU between the _current_cpu expression and the read of the ID field. Do it right. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
testcase.yaml |