Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Devent_groups.c64 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the event group is statically allocated to en… member
121 pxEventBits->ucStaticallyAllocated = pdTRUE; in xEventGroupCreateStatic()
166 pxEventBits->ucStaticallyAllocated = pdFALSE; in xEventGroupCreate()
685 if( pxEventBits->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vEventGroupDelete()
715 if( pxEventBits->ucStaticallyAllocated == ( uint8_t ) pdTRUE ) in xEventGroupGetStaticBuffer()
A 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()
543 pxNewQueue->ucStaticallyAllocated = pdFALSE; in xQueueGenericCreate()
2282 if( pxQueue->ucStaticallyAllocated == ( uint8_t ) pdFALSE ) in vQueueDelete()
A Dtasks.c442 …uint8_t ucStaticallyAllocated; /**< Set to pdTRUE if the task is a statically allocated to ensure … member
1316 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_AND_TCB; in prvCreateStaticTask()
1430 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_AND_TCB; in prvCreateRestrictedStaticTask()
1549 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_ONLY; in prvCreateRestrictedTask()
1729 pxNewTCB->ucStaticallyAllocated = tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB; in prvCreateTask()
4402 if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_AND_TCB ) in xTaskGetStaticBuffers()
4411 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in xTaskGetStaticBuffers()
6488 if( pxTCB->ucStaticallyAllocated == tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB ) in prvDeleteTCB()
6495 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in prvDeleteTCB()
6505 … configASSERT( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_AND_TCB ); in prvDeleteTCB()
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_v1/
A Dport.c266 …uint8_t ucStaticallyAllocated; /*< Set to pdTRUE if the task is a statically a… member
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARC_EM_HS/
A Dport.c266 …uint8_t ucStaticallyAllocated; /*< Set to pdTRUE if the task is a statically a… member

Completed in 28 milliseconds