test/mcslock: add MCS queued lock unit test
authorPhil Yang <phil.yang@arm.com>
Fri, 5 Jul 2019 10:27:08 +0000 (18:27 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 8 Jul 2019 08:57:14 +0000 (10:57 +0200)
commit32dcb9fd2a22b4303ed40375262f295a13c15d4a
tree0beca49f010df2dcdf851fe3985248a377d78b7f
parent2173f3333b61d243ee4745f79519e86478f38c4d
test/mcslock: add MCS queued lock unit test

Unit test and perf test for MCS queued lock.

Signed-off-by: Phil Yang <phil.yang@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
MAINTAINERS
app/test/Makefile
app/test/autotest_data.py
app/test/autotest_test_funcs.py
app/test/meson.build
app/test/test_mcslock.c [new file with mode: 0644]