Searched refs:g_losTaskLock (Results 1 – 7 of 7) sorted by relevance
102 LITE_OS_SEC_BSS UINT16 g_losTaskLock; variable943 if ((tempStatus & OS_TASK_STATUS_RUNNING) && (g_losTaskLock != 0)) { in LOS_TaskSuspend()1019 if (g_losTaskLock != 0) { in LOS_TaskJoin()1136 if (((taskCB->taskStatus) & OS_TASK_STATUS_RUNNING) && (g_losTaskLock != 0)) { in LOS_TaskDelete()1138 g_losTaskLock = 0; in LOS_TaskDelete()1194 if (g_losTaskLock != 0) { in LOS_TaskDelay()1321 g_losTaskLock++; in LOS_TaskLock()1337 if (g_losTaskLock > 0) { in LOS_TaskUnlock()1338 g_losTaskLock--; in LOS_TaskUnlock()1339 if (g_losTaskLock == 0) { in LOS_TaskUnlock()
123 if (g_losTaskLock) { in LOS_EventRead()
200 if (g_losTaskLock) { in OsSemValidCheck()
175 if (g_losTaskLock) { in OsMuxValidCheck()
402 if (g_losTaskLock) { in OsQueueOperate()
1562 extern UINT16 g_losTaskLock;1568 #define LOS_CHECK_SCHEDULE (!g_losTaskLock)
126 } else if (g_losTaskLock > 0) { in osKernelGetState()162 if (g_losTaskLock > 0) { in osKernelLock()184 if (g_losTaskLock > 0) { in osKernelUnlock()186 if (g_losTaskLock != 0) { in osKernelUnlock()210 if (g_losTaskLock != 0) { in osKernelRestoreLock()