Commit 6bd43f1
committed
Add three marcos for ready queue bitmap operation
When a task is enqueued into or dequeued from the ready queue, the
bitmap that indicates the ready queue state should be updated.
These three marcos can be used in mo_task_dequeue() and
mo_task_enqueue() APIs to improve readability and maintain
consistency.1 parent 56c1926 commit 6bd43f1
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments