Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Devent_groups.c58 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the event group is statically allocated to en… member
115 pxEventBits->ucStaticallyAllocated = pdTRUE; in xEventGroupCreateStatic()
160 pxEventBits->ucStaticallyAllocated = pdFALSE; in xEventGroupCreate()
673 if( pxEventBits->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vEventGroupDelete()
703 if( pxEventBits->ucStaticallyAllocated == ( uint8_t ) pdTRUE ) in xEventGroupGetStaticBuffer()
Dqueue.c125 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the memory used by the queue was statically a… member
424 pxNewQueue->ucStaticallyAllocated = pdTRUE; in xQueueGenericCreateStatic()
461 if( pxQueue->ucStaticallyAllocated == ( uint8_t ) pdTRUE ) in xQueueGenericGetStaticBuffers()
540 pxNewQueue->ucStaticallyAllocated = pdFALSE; in xQueueGenericCreate()
2267 if( pxQueue->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vQueueDelete()
Dtasks.c419 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the task is a statically allocated to ensure … member
1286 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_AND_TCB; in prvCreateStaticTask()
1400 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_AND_TCB; in prvCreateRestrictedStaticTask()
1519 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_ONLY; in prvCreateRestrictedTask()
1699 pxNewTCB->ucStaticallyAllocated = tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB; in prvCreateTask()
4389 if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_AND_TCB ) in xTaskGetStaticBuffers()
4398 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in xTaskGetStaticBuffers()
6467 if( pxTCB->ucStaticallyAllocated == tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB ) in prvDeleteTCB()
6474 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in prvDeleteTCB()
6484 … configASSERT( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_AND_TCB ); in prvDeleteTCB()
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_v1/
Dport.c266 …uint8_t ucStaticallyAllocated; /*< Set to pdTRUE if the task is a statically a… member
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c266 …uint8_t ucStaticallyAllocated; /*< Set to pdTRUE if the task is a statically a… member