Skip to content

Commit cf42b9e

Browse files
committed
[add][thread]Add api:rt_thread_suspend_force allow suspend other threads.
1 parent 7d4efba commit cf42b9e

File tree

3 files changed

+510
-3
lines changed

3 files changed

+510
-3
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)