Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDevent_groups.c59 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the event group is statically allocated to en… member
111 pxEventBits->ucStaticallyAllocated = pdTRUE; in xEventGroupCreateStatic()
162 pxEventBits->ucStaticallyAllocated = pdFALSE; in xEventGroupCreate()
647 if( pxEventBits->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vEventGroupDelete()
673 if( pxEventBits->ucStaticallyAllocated == ( uint8_t ) pdTRUE ) in xEventGroupGetStaticBuffer()
HDtasks.c315 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the task is a statically … member
605 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_AND_TCB; in xTaskCreateStatic()
649 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_AND_TCB; in xTaskCreateRestrictedStatic()
700 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_ONLY; in xTaskCreateRestricted()
801 pxNewTCB->ucStaticallyAllocated = tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB; in xTaskCreate()
2517 if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_AND_TCB ) in xTaskGetStaticBuffers()
2523 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in xTaskGetStaticBuffers()
4040 if( pxTCB->ucStaticallyAllocated == tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB ) in prvDeleteTCB()
4047 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in prvDeleteTCB()
4057 … configASSERT( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_AND_TCB ); in prvDeleteTCB()
HDqueue.c122 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the memory used by the queue was statically a… member
408 pxNewQueue->ucStaticallyAllocated = pdTRUE; in xQueueGenericCreateStatic()
441 if( pxQueue->ucStaticallyAllocated == ( uint8_t ) pdTRUE ) in xQueueGenericGetStaticBuffers()
519 pxNewQueue->ucStaticallyAllocated = pdFALSE; in xQueueGenericCreate()
2147 if( pxQueue->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vQueueDelete()
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/
HDport.c266 …uint8_t ucStaticallyAllocated; /*< Set to pdTRUE if the task is a statically a… member
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/
HDport.c266 …uint8_t ucStaticallyAllocated; /*< Set to pdTRUE if the task is a statically a… member