!137 fix: fix typos
Merge pull request !137 from rtos-lover/los_sched.c
This commit is contained in:
commit
7ab7ae7ae7
|
@ -44,7 +44,7 @@ LITE_OS_SEC_BSS LosMuxCB* g_allMux = NULL;
|
||||||
LITE_OS_SEC_DATA_INIT LOS_DL_LIST g_unusedMuxList;
|
LITE_OS_SEC_DATA_INIT LOS_DL_LIST g_unusedMuxList;
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
Funtion : OsMuxInit
|
Function : OsMuxInit
|
||||||
Description : Initializes the mutex
|
Description : Initializes the mutex
|
||||||
Input : None
|
Input : None
|
||||||
Output : None
|
Output : None
|
||||||
|
|
|
@ -248,7 +248,7 @@ STATIC INLINE BOOL OsSchedScanTimerList(VOID)
|
||||||
* (per cpu) and ipc(mutex,sem and etc.)'s block at the same time, it can be waken
|
* (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.
|
* up by either timeout or corresponding ipc it's waiting.
|
||||||
*
|
*
|
||||||
* Now synchronize sortlink preocedure is used, therefore 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.
|
* to be protected, preventing another core from doing sortlink deletion at same time.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue