update kernel/src/los_sched.c.
Signed-off-by: mr-yx <496043997@qq.com>
This commit is contained in:
parent
527f6cf86e
commit
e9425d1833
|
@ -203,7 +203,7 @@ STATIC INLINE BOOL OsSchedScanTimerList(VOID)
|
|||
* (per cpu) and ipc(mutex,sem and etc.)'s block at the same time, it can be waken
|
||||
* up by either timeout or corresponding ipc it's waiting.
|
||||
*
|
||||
* Now synchronize sortlink procedure is used, thereforee the whole task scan needs
|
||||
* Now synchronize sortlink procedure is used, therefore the whole task scan needs
|
||||
* to be protected, preventing another core from doing sortlink deletion at same time.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue