Skip to content

Commit 34a842f

Browse files
authored
Update src/utest/atomic_tc.c
1 parent 0056fc8 commit 34a842f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utest/atomic_tc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
*
1717
* Test Objectives:
1818
* - Validate the functional correctness of the following RT-Thread core atomic operations:
19-
* - rt_atomic_add, rt_atomic_sub, rt_atomic_or, rt_atomic_xor, rt_atomic_and, rt_atomic_exchange,
20-
* - rt_atomic_flag_test_and_set, rt_atomic_flag_clear, rt_atomic_load, rt_atomic_store,
21-
* - rt_atomic_compare_exchange_strong
19+
* rt_atomic_add, rt_atomic_sub, rt_atomic_or, rt_atomic_xor, rt_atomic_and, rt_atomic_exchange,
20+
* rt_atomic_flag_test_and_set, rt_atomic_flag_clear, rt_atomic_load, rt_atomic_store,
21+
* rt_atomic_compare_exchange_strong
2222
* - Verify the thread-safety of rt_atomic_add under multi-threaded contention
2323
*
2424
* Test Scenarios:

0 commit comments

Comments
 (0)