| /Kernel-v11.0.1/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 | 280 configASSERT( IS_INTERNAL_INDEX_VALID( lIndex ) != pdFALSE ); in MPU_SetIndexFreeInKernelObjectPool() 318 configASSERT( IS_INTERNAL_INDEX_VALID( lIndex ) != pdFALSE ); in MPU_StoreHandleAndDataAtIndex() 330 configASSERT( IS_INTERNAL_INDEX_VALID( lIndex ) != pdFALSE ); in MPU_GetHandleAtIndex() 349 if( IS_EXTERNAL_INDEX_VALID( lExternalKernelObjectHandle ) != pdFALSE ) in vGrantAccessToKernelObject() 359 if( IS_EXTERNAL_INDEX_VALID( lExternalTaskIndex ) != pdFALSE ) in vGrantAccessToKernelObject() 384 if( IS_EXTERNAL_INDEX_VALID( lExternalKernelObjectHandle ) != pdFALSE ) in vRevokeAccessToKernelObject() 394 if( IS_EXTERNAL_INDEX_VALID( lExternalTaskIndex ) != pdFALSE ) in vRevokeAccessToKernelObject() 455 BaseType_t xIsPreviousWakeTimeAccessible = pdFALSE; in MPU_xTaskDelayUntilImpl() 482 BaseType_t xCallingTaskIsAuthorizedToAccessTask = pdFALSE; in MPU_xTaskAbortDelayImpl() 488 if( IS_EXTERNAL_INDEX_VALID( lIndex ) != pdFALSE ) in MPU_xTaskAbortDelayImpl() [all …]
|
| /Kernel-v11.0.1/ |
| 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 | 160 pxEventBits->ucStaticallyAllocated = pdFALSE; in xEventGroupCreate() 187 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupSync() 246 if( xAlreadyYielded == pdFALSE ) in xEventGroupSync() 315 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupWaitBits() 337 if( xWaitConditionMet != pdFALSE ) in xEventGroupWaitBits() 345 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 367 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits() 376 if( xWaitForAllBits != pdFALSE ) in xEventGroupWaitBits() 402 if( xAlreadyYielded == pdFALSE ) in xEventGroupWaitBits() 426 if( prvTestWaitCondition( uxReturn, uxBitsToWaitFor, xWaitForAllBits ) != pdFALSE ) in xEventGroupWaitBits() [all …]
|
| D | tasks.c | 302 …NING( pxTCB ) ( ( ( pxTCB ) == pxCurrentTCB ) ? ( pdTRUE ) : ( pdFALSE ) ) 303 …NING_OR_SCHEDULED_TO_YIELD( pxTCB ) ( ( ( pxTCB ) == pxCurrentTCB ) ? ( pdTRUE ) : ( pdFALSE ) ) 305 … ( ( pxTCB )->xTaskRunState < ( BaseType_t ) configNUMBER_OF_CORES ) ) ? ( pdTRUE ) : ( pdFALSE ) ) 306 …ELD( pxTCB ) ( ( ( pxTCB )->xTaskRunState != taskTASK_NOT_RUNNING ) ? ( pdTRUE ) : ( pdFALSE ) ) 482 PRIVILEGED_DATA static volatile BaseType_t xSchedulerRunning = pdFALSE; 484 PRIVILEGED_DATA static volatile BaseType_t xYieldPendings[ configNUMBER_OF_CORES ] = { pdFALSE }; 883 if( taskTASK_IS_RUNNING( pxTCB ) == pdFALSE ) in prvYieldForTask() 902 …taskTASK_IS_RUNNING( pxCurrentTCBs[ xCoreID ] ) != pdFALSE ) && ( xYieldPendings[ xCoreID ] == pdF… in prvYieldForTask() 905 if( taskTASK_IS_RUNNING( pxTCB ) == pdFALSE ) in prvYieldForTask() 915 if( pxCurrentTCBs[ xCoreID ]->xPreemptionDisable == 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.0.1/portable/MSVC-MingW/ |
| D | port.c | 79 volatile BaseType_t xInsideInterrupt = pdFALSE; 136 static BaseType_t xPortRunning = pdFALSE; 221 return pdFALSE; in prvEndProcess() 403 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts() 420 ulSwitchRequired = pdFALSE; in prvProcessSimulatedInterrupts() 434 if( ulIsrHandler[ i ]() != pdFALSE ) in prvProcessSimulatedInterrupts() 446 if( ulSwitchRequired != pdFALSE ) in prvProcessSimulatedInterrupts() 584 xPortRunning = pdFALSE; in vPortEndScheduler() 674 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical() 701 lMutexNeedsReleasing = pdFALSE; in vPortExitCritical()
|
| /Kernel-v11.0.1/examples/coverity/ |
| D | CMakeLists.txt | 8 # Coverity incorrectly infers the type of pdTRUE and pdFALSE as boolean because 10 # mismatch. Replace pdTRUE with pdPASS and pdFALSE with pdFAIL to avoid these 12 # fixes the issue of incorrectly inferring the type of pdTRUE and pdFALSE as 15 … COMMAND sed -i -b -e 's/pdFALSE/pdFAIL/g' -e 's/pdTRUE/pdPASS/g' ${FREERTOS_KERNEL_SOURCE}
|
| /Kernel-v11.0.1/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.0.1/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.0.1/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.0.1/portable/template/ |
| D | port.c | 51 if( xTaskIncrementTick() != pdFALSE ) in prvTickISR() 67 if( xTaskIncrementTick() != pdFALSE ) in prvTickISR()
|
| /Kernel-v11.0.1/include/ |
| D | stream_buffer.h | 158 xStreamBufferGenericCreate( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, NULL, NULL ) 162 …xStreamBufferGenericCreate( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, ( pxSendComplet… 256 …xStreamBufferGenericCreateStatic( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, ( pucStre… 260 …xStreamBufferGenericCreateStatic( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, ( pucStre…
|
| /Kernel-v11.0.1/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.0.1/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.0.1/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.0.1/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.0.1/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.0.1/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.0.1/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.0.1/portable/GCC/HCS12/ |
| D | port.c | 176 return pdFALSE; in xStartSchedulerNear() 222 if( xTaskIncrementTick() != pdFALSE ) in vPortTickInterrupt()
|
| /Kernel-v11.0.1/portable/CodeWarrior/HCS12/ |
| D | port.c | 184 return pdFALSE; in xBankedStartScheduler() 217 if( xTaskIncrementTick() != pdFALSE ) in vPortTickInterrupt()
|
| /Kernel-v11.0.1/portable/CodeWarrior/ColdFire_V1/ |
| D | port.c | 97 return pdFALSE; in xPortStartScheduler() 177 if( xTaskIncrementTick() != pdFALSE ) in vPortTickISR()
|
| /Kernel-v11.0.1/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.0.1/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()
|