Tests the processing order of per-processor jobs.
More...
|
| T_TEST_CASE (ScoreSmpValPerCpuJobs) |
|
Tests the processing order of per-processor jobs.
This test case performs the following actions:
- Issue two jobs on the current processor with interrupts disabled. Wait for completion of the second job.
- Check that the first job was processed firstly.
- Check that the second job was processed secondly.
◆ job_0
Initial value:= {
.context = &job_context_0
}
◆ job_1
Initial value:= {
.context = &job_context_1,
}