Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c82 #define tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB ( ( uint8_t ) 0 ) macro
801 pxNewTCB->ucStaticallyAllocated = tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB; in xTaskCreate()
4040 if( pxTCB->ucStaticallyAllocated == tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB ) in prvDeleteTCB()