Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Devent_groups.c201 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupSync()
332 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupWaitBits()
Dqueue.c955 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueGenericSend()
1522 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueReceive()
1675 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueSemaphoreTake()
1898 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueuePeek()
Dtasks.c6562 xReturn = taskSCHEDULER_SUSPENDED; in xTaskGetSchedulerState()
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c2205 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0U ) ) ) in MPU_xQueueGenericSendImpl()
2320 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0U ) ) ) in MPU_xQueueReceiveImpl()
2372 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0U ) ) ) in MPU_xQueuePeekImpl()
2421 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0U ) ) ) in MPU_xQueueSemaphoreTakeImpl()
3919 …&& ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( pxParams->xTicksToWait != 0U … in MPU_xEventGroupWaitBitsImpl()
4050 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0U ) ) ) in MPU_xEventGroupSyncImpl()
/Kernel-v11.1.0/include/
Dtask.h276 #define taskSCHEDULER_SUSPENDED ( ( BaseType_t ) 0 ) macro