/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 67 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskCreate() 102 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskCreateStatic() 129 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskDelete() 154 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskDelayUntil() 180 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_xTaskAbortDelay() 204 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskDelay() 228 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_uxTaskPriorityGet() 253 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskPrioritySet() 277 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_eTaskGetState() 304 if( portIS_PRIVILEGED() == pdFALSE ) in MPU_vTaskGetInfo() [all …]
|
D | mpu_wrappers_v2.c | 97 … ( ( lIndex ) < ( configPROTECTED_KERNEL_OBJECT_POOL_SIZE + INDEX_OFFSET ) ) ) ? pdTRUE : pdFALSE ) 104 ( ( lIndex ) < ( configPROTECTED_KERNEL_OBJECT_POOL_SIZE ) ) ) ? pdTRUE : pdFALSE ) 285 configASSERT( IS_INTERNAL_INDEX_VALID( lIndex ) != pdFALSE ); in MPU_SetIndexFreeInKernelObjectPool() 323 configASSERT( IS_INTERNAL_INDEX_VALID( lIndex ) != pdFALSE ); in MPU_StoreHandleAndDataAtIndex() 335 configASSERT( IS_INTERNAL_INDEX_VALID( lIndex ) != pdFALSE ); in MPU_GetHandleAtIndex() 354 if( IS_EXTERNAL_INDEX_VALID( lExternalKernelObjectHandle ) != pdFALSE ) in vGrantAccessToKernelObject() 364 if( IS_EXTERNAL_INDEX_VALID( lExternalTaskIndex ) != pdFALSE ) in vGrantAccessToKernelObject() 389 if( IS_EXTERNAL_INDEX_VALID( lExternalKernelObjectHandle ) != pdFALSE ) in vRevokeAccessToKernelObject() 399 if( IS_EXTERNAL_INDEX_VALID( lExternalTaskIndex ) != pdFALSE ) in vRevokeAccessToKernelObject() 460 BaseType_t xIsPreviousWakeTimeAccessible = pdFALSE; in MPU_xTaskDelayUntilImpl() [all …]
|
/Kernel-v11.1.0/ |
D | queue.c | 327 if( xNewQueue == pdFALSE ) in xQueueGenericReset() 334 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueGenericReset() 336 if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueGenericReset() 476 xReturn = pdFALSE; in xQueueGenericGetStaticBuffers() 540 pxNewQueue->ucStaticallyAllocated = pdFALSE; in xQueueGenericCreate() 944 BaseType_t xEntryTimeSet = pdFALSE, xYieldRequired; in xQueueGenericSend() 986 else if( prvNotifyQueueSetContainer( pxQueue ) != pdFALSE ) in xQueueGenericSend() 1002 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGenericSend() 1004 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGenericSend() 1017 else if( xYieldRequired != pdFALSE ) in xQueueGenericSend() [all …]
|
D | event_groups.c | 166 pxEventBits->ucStaticallyAllocated = pdFALSE; in xEventGroupCreate() 193 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupSync() 252 if( xAlreadyYielded == pdFALSE ) in xEventGroupSync() 321 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupWaitBits() 343 if( xWaitConditionMet != pdFALSE ) in xEventGroupWaitBits() 351 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 373 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 382 if( xWaitForAllBits != pdFALSE ) in xEventGroupWaitBits() 408 if( xAlreadyYielded == pdFALSE ) in xEventGroupWaitBits() 432 … if( prvTestWaitCondition( uxReturn, uxBitsToWaitFor, xWaitForAllBits ) != pdFALSE ) in xEventGroupWaitBits() [all …]
|
D | tasks.c | 183 while( listLIST_IS_EMPTY( &( pxReadyTasksLists[ uxTopPriority ] ) ) != pdFALSE ) \ 309 …NING( pxTCB ) ( ( ( pxTCB ) == pxCurrentTCB ) ? ( pdTRUE ) : ( pdFALSE ) ) 310 …NING_OR_SCHEDULED_TO_YIELD( pxTCB ) ( ( ( pxTCB ) == pxCurrentTCB ) ? ( pdTRUE ) : ( pdFALSE ) ) 312 … ( ( pxTCB )->xTaskRunState < ( BaseType_t ) configNUMBER_OF_CORES ) ) ? ( pdTRUE ) : ( pdFALSE ) ) 313 …ELD( pxTCB ) ( ( ( pxTCB )->xTaskRunState != taskTASK_NOT_RUNNING ) ? ( pdTRUE ) : ( pdFALSE ) ) 489 PRIVILEGED_DATA static volatile BaseType_t xSchedulerRunning = pdFALSE; 491 PRIVILEGED_DATA static volatile BaseType_t xYieldPendings[ configNUMBER_OF_CORES ] = { pdFALSE }; 890 if( taskTASK_IS_RUNNING( pxTCB ) == pdFALSE ) in prvYieldForTask() 909 …taskTASK_IS_RUNNING( pxCurrentTCBs[ xCoreID ] ) != pdFALSE ) && ( xYieldPendings[ xCoreID ] == pdF… in prvYieldForTask() 912 if( taskTASK_IS_RUNNING( pxTCB ) == pdFALSE ) in prvYieldForTask() [all …]
|
D | timers.c | 439 if( xAutoReload != pdFALSE ) in prvInitialiseNewTimer() 581 if( xAutoReload != pdFALSE ) in vTimerSetReloadMode() 609 xReturn = pdFALSE; in xTimerGetReloadMode() 675 xReturn = pdFALSE; in xTimerGetStaticBuffer() 706 …st( pxTimer, ( xExpiredTime + pxTimer->xTimerPeriodInTicks ), xTimeNow, xExpiredTime ) != pdFALSE ) in prvReloadTimer() 797 if( xTimerListsWereSwitched == pdFALSE ) in prvProcessTimerOrBlockTask() 800 if( ( xListWasEmpty == pdFALSE ) && ( xNextExpireTime <= xTimeNow ) ) in prvProcessTimerOrBlockTask() 813 if( xListWasEmpty != pdFALSE ) in prvProcessTimerOrBlockTask() 822 if( xTaskResumeAll() == pdFALSE ) in prvProcessTimerOrBlockTask() 857 if( *pxListWasEmpty == pdFALSE ) in prvGetNextExpireTime() [all …]
|
/Kernel-v11.1.0/portable/MSVC-MingW/ |
D | port.c | 79 volatile BaseType_t xInsideInterrupt = pdFALSE; 136 static BaseType_t xPortRunning = pdFALSE; 221 return pdFALSE; in prvEndProcess() 414 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts() 431 ulSwitchRequired = pdFALSE; in prvProcessSimulatedInterrupts() 445 if( ulIsrHandler[ i ]() != pdFALSE ) in prvProcessSimulatedInterrupts() 457 if( ulSwitchRequired != pdFALSE ) in prvProcessSimulatedInterrupts() 595 xPortRunning = pdFALSE; in vPortEndScheduler() 685 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical() 712 lMutexNeedsReleasing = pdFALSE; in vPortExitCritical()
|
/Kernel-v11.1.0/portable/IAR/ARM_CA9/ |
D | port.c | 148 uint32_t ulPortTaskHasFPUContext = pdFALSE; 151 uint32_t ulPortYieldRequired = pdFALSE; 351 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler() 377 if( ulNewMaskValue == pdFALSE ) in vPortClearInterruptMask() 397 ulReturn = pdFALSE; in ulPortSetInterruptMask()
|
/Kernel-v11.1.0/examples/coverity/ |
D | CMakeLists.txt | 9 # Coverity incorrectly infers the type of pdTRUE and pdFALSE as boolean because 11 # mismatch. Replace pdTRUE with pdPASS and pdFALSE with pdFAIL to avoid these 13 # fixes the issue of incorrectly inferring the type of pdTRUE and pdFALSE as 16 …COMMAND sed -i -b -e 's/pdFALSE/pdFAIL/g' -e 's/pdTRUE/pdPASS/g' ${FREERTOS_KERNEL_SOURCE} ${FREER…
|
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/ |
D | port.c | 143 uint64_t ullPortTaskHasFPUContext = pdFALSE; 146 uint64_t ullPortYieldRequired = pdFALSE; 377 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler() 400 if( uxNewMaskValue == pdFALSE ) in vPortClearInterruptMask() 425 ulReturn = pdFALSE; in uxPortSetInterruptMask()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/ |
D | port.c | 188 uint32_t ulPortTaskHasFPUContext = pdFALSE; 191 uint32_t ulPortYieldRequired = pdFALSE; 389 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler() 415 if( ulNewMaskValue == pdFALSE ) in vPortClearInterruptMask() 435 ulReturn = pdFALSE; in ulPortSetInterruptMask()
|
/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/ |
D | port.c | 71 PRIVILEGED_DATA volatile UBaseType_t ulPortYieldRequired = pdFALSE; 87 PRIVILEGED_DATA static BaseType_t prvPortSchedulerRunning = pdFALSE; 433 BaseType_t xTaskIsPrivileged = pdFALSE; in xPortIsTaskPrivileged() 468 return pdFALSE; in xPortStartScheduler() 578 BaseType_t xAccessGranted = pdFALSE; in prvMPURegionAuthorizesBuffer() 585 if( portADD_UINT32_WILL_OVERFLOW( ulBufferStart, ( ulBufferLength - 1UL ) ) == pdFALSE ) in prvMPURegionAuthorizesBuffer() 628 BaseType_t xAccessGranted = pdFALSE; in xPortIsAuthorizedToAccessBuffer() 632 if( prvPortSchedulerRunning == pdFALSE ) in xPortIsAuthorizedToAccessBuffer() 677 BaseType_t xAccessGranted = pdFALSE; in xPortIsAuthorizedToAccessKernelObject() 680 if( prvPortSchedulerRunning == pdFALSE ) in xPortIsAuthorizedToAccessKernelObject() [all …]
|
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64/ |
D | port.c | 155 uint64_t ullPortTaskHasFPUContext = pdFALSE; 158 uint64_t ullPortYieldRequired = pdFALSE; 433 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler() 456 if( uxNewMaskValue == pdFALSE ) in vPortClearInterruptMask() 478 ulReturn = pdFALSE; in uxPortSetInterruptMask()
|
/Kernel-v11.1.0/portable/GCC/ARM_CA9/ |
D | port.c | 201 volatile uint32_t ulPortTaskHasFPUContext = pdFALSE; 204 volatile uint32_t ulPortYieldRequired = pdFALSE; 473 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler() 503 if( ulNewMaskValue == pdFALSE ) in vPortClearInterruptMask() 525 ulReturn = pdFALSE; in ulPortSetInterruptMask()
|
/Kernel-v11.1.0/portable/template/ |
D | port.c | 55 if( xTaskIncrementTick() != pdFALSE ) in prvTickISR() 71 if( xTaskIncrementTick() != pdFALSE ) in prvTickISR()
|
/Kernel-v11.1.0/portable/oWatcom/16BitDOS/Flsh186/ |
D | port.c | 93 static int16_t sSchedulerRunning = pdFALSE; 134 sSchedulerRunning = pdFALSE; in xPortStartScheduler() 154 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
|
/Kernel-v11.1.0/portable/BCC/16BitDOS/Flsh186/ |
D | port.c | 89 static BaseType_t xSchedulerRunning = pdFALSE; 132 xSchedulerRunning = pdFALSE; in xPortStartScheduler() 152 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
|
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/ |
D | port.c | 13 uint32_t ulPortYieldRequired[ portMAX_CORE_COUNT ] = { pdFALSE }; 61 if( xTaskIncrementTick() != pdFALSE ) in DEFINE_RTOS_INTERRUPT_CALLBACK() 108 while( rtos_irq_ready() == pdFALSE ) in prvCoreInit()
|
/Kernel-v11.1.0/portable/BCC/16BitDOS/PC/ |
D | port.c | 94 static BaseType_t xSchedulerRunning = pdFALSE; 153 xSchedulerRunning = pdFALSE; in xPortStartScheduler() 173 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
|
/Kernel-v11.1.0/portable/oWatcom/16BitDOS/PC/ |
D | port.c | 106 static int16_t sSchedulerRunning = pdFALSE; 163 sSchedulerRunning = pdFALSE; in xPortStartScheduler() 185 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
|
/Kernel-v11.1.0/portable/GCC/HCS12/ |
D | port.c | 176 return pdFALSE; in xStartSchedulerNear() 222 if( xTaskIncrementTick() != pdFALSE ) in vPortTickInterrupt()
|
/Kernel-v11.1.0/portable/CodeWarrior/ColdFire_V1/ |
D | port.c | 97 return pdFALSE; in xPortStartScheduler() 177 if( xTaskIncrementTick() != pdFALSE ) in vPortTickISR()
|
/Kernel-v11.1.0/portable/CodeWarrior/HCS12/ |
D | port.c | 184 return pdFALSE; in xBankedStartScheduler() 217 if( xTaskIncrementTick() != pdFALSE ) in vPortTickInterrupt()
|
/Kernel-v11.1.0/portable/IAR/RX100/ |
D | port.c | 130 static volatile uint32_t ulTickFlag = pdFALSE; 264 if( xTaskIncrementTick() != pdFALSE ) in prvTickISR() 410 ulTickFlag = pdFALSE; in vPortSuppressTicksAndSleep() 480 if( ulTickFlag != pdFALSE ) in vPortSuppressTicksAndSleep()
|
/Kernel-v11.1.0/portable/GCC/ARM_CR5/ |
D | port.c | 253 uint32_t ulPortTaskHasFPUContext = pdFALSE; 257 uint32_t ulPortYieldRequired = pdFALSE; 587 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler() 619 if( ulNewMaskValue == pdFALSE ) in vPortClearInterruptMask() 640 ulReturn = pdFALSE; in ulPortSetInterruptMask()
|