mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
6ede91c5e7
Fixed ltp_stress_mqueues_multi_send_rev_1 test issue: In SMP mode, tg_members will operate on different cores. Adding interrupt locking operations ensures that the operation of tg_members will not be interrupted by other cores. Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>