Skip to content

Commit e123fb0

Browse files
committed
[add][thread]Add api:rt_thread_suspend_force allow suspend other threads.
1 parent 98a12f1 commit e123fb0

File tree

4 files changed

+473
-14
lines changed

4 files changed

+473
-14
lines changed

examples/utest/testcases/kernel/SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if GetDepend(['UTEST_MAILBOX_TC']):
4444
if GetDepend(['UTEST_THREAD_TC']):
4545
src += ['thread_tc.c']
4646
src += ['thread_overflow_tc.c']
47+
src += ['thread_suspend_tc.c']
4748

4849
if GetDepend(['UTEST_DEVICE_TC']):
4950
src += ['device_tc.c']

0 commit comments

Comments
 (0)