[utest]add mutex_pi_tc

* add mutex_pi
* fix assertion error when thread wakeup while waiting mutex
This commit is contained in:
zms123456
2024-09-06 17:44:02 -04:00
committed by GitHub
parent 0c16568387
commit 9631f04abe
3 changed files with 362 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if GetDepend(['UTEST_SIGNAL_TC']):
src += ['signal_tc.c']
if GetDepend(['UTEST_MUTEX_TC']):
src += ['mutex_tc.c']
src += ['mutex_tc.c', 'mutex_pi_tc.c']
if GetDepend(['UTEST_MAILBOX_TC']):
src += ['mailbox_tc.c']