Home
last modified time | relevance | path

Searched refs:pdFALSE (Results 1 – 25 of 181) sorted by relevance

12345678

/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c67 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 …]
HDmpu_wrappers_v2.c280 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-v10.6.2/
HDqueue.c318 if( xNewQueue == pdFALSE ) in xQueueGenericReset()
325 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToSend ) ) == pdFALSE ) in xQueueGenericReset()
327 if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToSend ) ) != pdFALSE ) in xQueueGenericReset()
453 xReturn = pdFALSE; in xQueueGenericGetStaticBuffers()
519 pxNewQueue->ucStaticallyAllocated = pdFALSE; in xQueueGenericCreate()
889 BaseType_t xEntryTimeSet = pdFALSE, xYieldRequired; in xQueueGenericSend()
932 else if( prvNotifyQueueSetContainer( pxQueue ) != pdFALSE ) in xQueueGenericSend()
948 if( listLIST_IS_EMPTY( &( pxQueue->xTasksWaitingToReceive ) ) == pdFALSE ) in xQueueGenericSend()
950 … if( xTaskRemoveFromEventList( &( pxQueue->xTasksWaitingToReceive ) ) != pdFALSE ) in xQueueGenericSend()
963 else if( xYieldRequired != pdFALSE ) in xQueueGenericSend()
[all …]
HDevent_groups.c162 pxEventBits->ucStaticallyAllocated = pdFALSE; in xEventGroupCreate()
187 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupSync()
244 if( xAlreadyYielded == pdFALSE ) in xEventGroupSync()
311 BaseType_t xTimeoutOccurred = pdFALSE; in xEventGroupWaitBits()
331 if( xWaitConditionMet != pdFALSE ) in xEventGroupWaitBits()
339 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
361 if( xClearOnExit != pdFALSE ) in xEventGroupWaitBits()
370 if( xWaitForAllBits != pdFALSE ) in xEventGroupWaitBits()
396 if( xAlreadyYielded == pdFALSE ) in xEventGroupWaitBits()
420 if( prvTestWaitCondition( uxReturn, uxBitsToWaitFor, xWaitForAllBits ) != pdFALSE ) in xEventGroupWaitBits()
[all …]
HDtasks.c369 PRIVILEGED_DATA static volatile BaseType_t xSchedulerRunning = pdFALSE;
371 PRIVILEGED_DATA static volatile BaseType_t xYieldPending = pdFALSE;
842 xRunPrivileged = pdFALSE; in prvInitialiseNewTask()
1061 if( xSchedulerRunning == pdFALSE ) in prvAddNewTaskToReadyList()
1094 if( xSchedulerRunning != pdFALSE ) in prvAddNewTaskToReadyList()
1199 if( xSchedulerRunning != pdFALSE ) in vTaskDelete()
1222 BaseType_t xAlreadyYielded, xShouldDelay = pdFALSE; in xTaskDelayUntil()
1271 if( xShouldDelay != pdFALSE ) in xTaskDelayUntil()
1277 prvAddCurrentTaskToDelayedList( xTimeToWake - xConstTickCount, pdFALSE ); in xTaskDelayUntil()
1288 if( xAlreadyYielded == pdFALSE ) in xTaskDelayUntil()
[all …]
HDtimers.c377 if( xAutoReload != pdFALSE ) in prvInitialiseNewTimer()
459 if( xAutoReload != pdFALSE ) in vTimerSetReloadMode()
483 xReturn = pdFALSE; in xTimerGetReloadMode()
529 xReturn = pdFALSE; in xTimerGetStaticBuffer()
553 …st( pxTimer, ( xExpiredTime + pxTimer->xTimerPeriodInTicks ), xTimeNow, xExpiredTime ) != pdFALSE ) in prvReloadTimer()
641 if( xTimerListsWereSwitched == pdFALSE ) in prvProcessTimerOrBlockTask()
644 if( ( xListWasEmpty == pdFALSE ) && ( xNextExpireTime <= xTimeNow ) ) in prvProcessTimerOrBlockTask()
657 if( xListWasEmpty != pdFALSE ) in prvProcessTimerOrBlockTask()
666 if( xTaskResumeAll() == pdFALSE ) in prvProcessTimerOrBlockTask()
701 if( *pxListWasEmpty == pdFALSE ) in prvGetNextExpireTime()
[all …]
/Kernel-v10.6.2/portable/MSVC-MingW/
HDport.c79 volatile BaseType_t xInsideInterrupt = pdFALSE;
136 static BaseType_t xPortRunning = pdFALSE;
222 return pdFALSE; in prvEndProcess()
395 xInsideInterrupt = pdFALSE; in prvProcessSimulatedInterrupts()
407 ulSwitchRequired = pdFALSE; in prvProcessSimulatedInterrupts()
421 if( ulIsrHandler[ i ]() != pdFALSE ) in prvProcessSimulatedInterrupts()
433 if( ulSwitchRequired != pdFALSE ) in prvProcessSimulatedInterrupts()
569 xPortRunning = pdFALSE; in vPortEndScheduler()
657 if( ( ulCriticalNesting == portNO_CRITICAL_NESTING ) && ( xInsideInterrupt == pdFALSE ) ) in vPortExitCritical()
683 lMutexNeedsReleasing = pdFALSE; in vPortExitCritical()
/Kernel-v10.6.2/include/
HDstream_buffer.h158 xStreamBufferGenericCreate( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, NULL, NULL )
162 …xStreamBufferGenericCreate( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, ( pxSendComplet…
256 …xStreamBufferGenericCreateStatic( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, ( pucStre…
260 …xStreamBufferGenericCreateStatic( ( xBufferSizeBytes ), ( xTriggerLevelBytes ), pdFALSE, ( pucStre…
HDprojdefs.h45 #define pdFALSE ( ( BaseType_t ) 0 ) macro
53 #define pdFAIL ( pdFALSE )
/Kernel-v10.6.2/portable/IAR/ARM_CA9/
HDport.c148 uint32_t ulPortTaskHasFPUContext = pdFALSE;
151 uint32_t ulPortYieldRequired = pdFALSE;
345 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler()
371 if( ulNewMaskValue == pdFALSE ) in vPortClearInterruptMask()
390 ulReturn = pdFALSE; in ulPortSetInterruptMask()
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT_SRE/
HDport.c143 uint64_t ullPortTaskHasFPUContext = pdFALSE;
146 uint64_t ullPortYieldRequired = pdFALSE;
372 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler()
395 if( uxNewMaskValue == pdFALSE ) in vPortClearInterruptMask()
419 ulReturn = pdFALSE; in uxPortSetInterruptMask()
/Kernel-v10.6.2/portable/BCC/16BitDOS/Flsh186/
HDport.c89 static BaseType_t xSchedulerRunning = pdFALSE;
132 xSchedulerRunning = pdFALSE; in xPortStartScheduler()
152 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
/Kernel-v10.6.2/portable/oWatcom/16BitDOS/Flsh186/
HDport.c93 static int16_t sSchedulerRunning = pdFALSE;
134 sSchedulerRunning = pdFALSE; in xPortStartScheduler()
154 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
/Kernel-v10.6.2/portable/oWatcom/16BitDOS/PC/
HDport.c106 static int16_t sSchedulerRunning = pdFALSE;
163 sSchedulerRunning = pdFALSE; in xPortStartScheduler()
185 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
/Kernel-v10.6.2/portable/BCC/16BitDOS/PC/
HDport.c94 static BaseType_t xSchedulerRunning = pdFALSE;
153 xSchedulerRunning = pdFALSE; in xPortStartScheduler()
173 if( xTaskIncrementTick() != pdFALSE ) in prvPreemptiveTick()
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
HDport.c188 uint32_t ulPortTaskHasFPUContext = pdFALSE;
191 uint32_t ulPortYieldRequired = pdFALSE;
384 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler()
410 if( ulNewMaskValue == pdFALSE ) in vPortClearInterruptMask()
429 ulReturn = pdFALSE; in ulPortSetInterruptMask()
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/
HDport.c155 uint64_t ullPortTaskHasFPUContext = pdFALSE;
158 uint64_t ullPortYieldRequired = pdFALSE;
429 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler()
452 if( uxNewMaskValue == pdFALSE ) in vPortClearInterruptMask()
473 ulReturn = pdFALSE; in uxPortSetInterruptMask()
/Kernel-v10.6.2/portable/GCC/ARM_CA9/
HDport.c201 volatile uint32_t ulPortTaskHasFPUContext = pdFALSE;
204 volatile uint32_t ulPortYieldRequired = pdFALSE;
468 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler()
498 if( ulNewMaskValue == pdFALSE ) in vPortClearInterruptMask()
519 ulReturn = pdFALSE; in ulPortSetInterruptMask()
/Kernel-v10.6.2/portable/GCC/HCS12/
HDport.c175 return pdFALSE; in xStartSchedulerNear()
220 if( xTaskIncrementTick() != pdFALSE ) in vPortTickInterrupt()
/Kernel-v10.6.2/portable/CodeWarrior/ColdFire_V1/
HDport.c97 return pdFALSE; in xPortStartScheduler()
177 if( xTaskIncrementTick() != pdFALSE ) in vPortTickISR()
/Kernel-v10.6.2/portable/CodeWarrior/HCS12/
HDport.c184 return pdFALSE; in xBankedStartScheduler()
217 if( xTaskIncrementTick() != pdFALSE ) in vPortTickInterrupt()
/Kernel-v10.6.2/portable/IAR/RX100/
HDport.c129 static volatile uint32_t ulTickFlag = pdFALSE;
261 if( xTaskIncrementTick() != pdFALSE ) in prvTickISR()
405 ulTickFlag = pdFALSE; in vPortSuppressTicksAndSleep()
473 if( ulTickFlag != pdFALSE ) in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/GCC/ARM_CR5/
HDport.c253 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()
/Kernel-v10.6.2/portable/ThirdParty/CDK/T-HEAD_CK802/
HDport.c72 return pdFALSE; in xPortStartScheduler()
123 if (xTaskIncrementTick() != pdFALSE) in xPortSysTickHandler()
/Kernel-v10.6.2/portable/IAR/ARM_CRx_No_GIC/
HDport.c107 volatile uint32_t ulPortTaskHasFPUContext = pdFALSE;
110 volatile uint32_t ulPortYieldRequired = pdFALSE;
293 if( xTaskIncrementTick() != pdFALSE ) in FreeRTOS_Tick_Handler()

12345678