Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c123 #define tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB ( ( uint8_t ) 0 ) macro
1707 pxNewTCB->ucStaticallyAllocated = tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB; in prvCreateTask()
6429 if( pxTCB->ucStaticallyAllocated == tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB ) in prvDeleteTCB()