Searched refs:OsPreemptable (Results 1 – 7 of 7) sorted by relevance
67 #define LOS_CHECK_SCHEDULE ((!OS_INT_ACTIVE) && OsPreemptable())
452 if (OsPreemptable() && (rq->schedFlag & INT_PEND_RESCH)) { in OsSchedIrqEndCheckNeedSched()505 if (!OsPreemptable()) { in LOS_Schedule()
98 … if ((cnt < 0) || ((cnt == 0) && ((!OsPreemptable()) || (OS_INT_ACTIVE))) || (toWrite == cnt)) { in ConsoleOutput()
1383 if ((g_console[CONSOLE_TELNET - 1] != NULL) && OsPreemptable()) { in ConsoleEnable()1391 return ((OsGetSystemStatus() == OS_SYSTEM_NORMAL) && !OsPreemptable()) ? FALSE : TRUE; in ConsoleEnable()
925 if (!OsPreemptable()) { in LOS_TaskDelete()978 if (!OsPreemptable()) { in LOS_TaskDelay()1065 if (!OsPreemptable()) { in LOS_TaskYield()1494 if (!OsPreemptable()) { in OsTaskJoinCheck()
262 if (!OsPreemptable()) { in TelnetWrite()
175 STATIC INLINE BOOL OsPreemptable(VOID) in OsPreemptable() function