Home
last modified time | relevance | path

Searched refs:taskSCHEDULER_SUSPENDED (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.0.1/
Devent_groups.c195 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupSync()
326 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupWaitBits()
Dqueue.c955 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueGenericSend()
1516 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueReceive()
1669 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueSemaphoreTake()
1892 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueuePeek()
Dtasks.c6596 xReturn = taskSCHEDULER_SUSPENDED; in xTaskGetSchedulerState()
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c2200 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueueGenericSendImpl()
2315 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueueReceiveImpl()
2367 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueuePeekImpl()
2416 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueueSemaphoreTakeImpl()
3912 …&& ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( pxParams->xTicksToWait != 0 )… in MPU_xEventGroupWaitBitsImpl()
4031 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xEventGroupSyncImpl()
/Kernel-v11.0.1/include/
Dtask.h275 #define taskSCHEDULER_SUSPENDED ( ( BaseType_t ) 0 ) macro