Files
rt-thread/src
lhxj 5782174905 Most test cases in src/utest lack standardized functional documentation, as tracked in issue [#10895](https://github.com/RT-Thread/rt-thread/issues/10895). This leads to high maintenance costs, difficulty for new contributors, and inefficient code reviews.
Solution:
This patch adds the full, standardized documentation block to `sched_mtx_tc.c`, `sched_sem_tc.c`, `sched_thread_tc.c`, `sched_timed_mtx_tc.c` and `sched_timed_sem_tc.c` following the approved template.

The documentation details:
- Test Objectives and tested APIs
- Test Scenarios
- Verification Metrics
- Dependencies
- Test Execution command and Expected Results

This makes the test case's purpose and behavior immediately clear to future maintainers and reviewers.

Relates to [#10895](https://github.com/RT-Thread/rt-thread/issues/10895)

Signed-off-by: lhxj <2743257167@qq.com>
2025-12-14 21:14:48 +08:00
..
2025-06-25 14:02:28 +08:00
2024-10-21 13:05:08 +08:00
2025-06-25 14:02:28 +08:00
2025-12-12 10:34:53 +08:00
2025-06-25 14:02:28 +08:00
2025-06-25 14:02:28 +08:00
2025-06-25 14:02:28 +08:00