Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Devent_groups.c193 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupSync()
320 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupWaitBits()
Dqueue.c898 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueGenericSend()
1445 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueReceive()
1591 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueSemaphoreTake()
1799 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueuePeek()
Dtasks.c4123 xReturn = taskSCHEDULER_SUSPENDED; in xTaskGetSchedulerState()
/Kernel-v10.6.2/include/
Dtask.h256 #define taskSCHEDULER_SUSPENDED ( ( BaseType_t ) 0 ) macro
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers_v2.c2136 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueueGenericSendImpl()
2251 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueueReceiveImpl()
2303 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueuePeekImpl()
2352 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xQueueSemaphoreTakeImpl()
3834 …&& ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( pxParams->xTicksToWait != 0 )… in MPU_xEventGroupWaitBitsImpl()
3953 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) ) in MPU_xEventGroupSyncImpl()