Home
last modified time | relevance | path

Searched refs:xTaskGetSchedulerState (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Kernel/
A Devent_groups.c201 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupSync()
332 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xEventGroupWaitBits()
A Dqueue.c965 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueGenericSend()
1529 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueReceive()
1682 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueueSemaphoreTake()
1902 …configASSERT( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) … in xQueuePeek()
A Dtimers.c474 if( xTaskGetSchedulerState() == taskSCHEDULER_RUNNING ) in xTimerGenericCommandFromTask()
A Dtasks.c6599 BaseType_t xTaskGetSchedulerState( void ) in xTaskGetSchedulerState() function
A DHistory.txt2610 + Added xTaskGetSchedulerState() API function.
/FreeRTOS-Kernel/include/
A Dmpu_wrappers.h78 #define xTaskGetSchedulerState MPU_xTaskGetSchedulerState macro
A Dtask.h3623 BaseType_t xTaskGetSchedulerState( void ) PRIVILEGED_FUNCTION;
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers_v2.c688 …if( ( xTaskGetSchedulerState() == taskSCHEDULER_NOT_STARTED ) || ( portIS_TASK_PRIVILEGED() == pdT… in MPU_vTaskSuspendImpl()
1211 xReturn = xTaskGetSchedulerState(); in MPU_xTaskGetSchedulerStateImpl()
2205 … && ( !( ( 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()
3941 …&& ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( pxParams->xTicksToWait != 0U … in MPU_xEventGroupWaitBitsImpl()
4072 … && ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0U ) ) ) in MPU_xEventGroupSyncImpl()
A Dmpu_wrappers.c874 xReturn = xTaskGetSchedulerState(); in MPU_xTaskGetSchedulerState()
882 xReturn = xTaskGetSchedulerState(); in MPU_xTaskGetSchedulerState()

Completed in 775 milliseconds