commit | 74d61fe7447a7cbdd1ba4748d4a53de0a5ed91e0 | [log] [tgz] |
---|---|---|
author | Jaxson Han <jaxson.han@arm.com> | Sat Apr 30 15:15:19 2022 +0800 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue May 17 11:45:16 2022 +0900 |
tree | ff2d0f16b98812faa35ca2b507d039f335d574f4 | |
parent | 933a8f9d12d18d8b2b59dae6fd8fa01869c745e2 [diff] |
tests: kernel: semaphore: sys_sem: Fix coherence issue The issue is caused by multiple threads which have taken the semaphore to increase or decrease the normal count variable. Change its type with atomic_t. Signed-off-by: Jaxson Han <jaxson.han@arm.com>