Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c124 #define tskSTATICALLY_ALLOCATED_STACK_ONLY ( ( uint8_t ) 1 ) macro
1527 pxNewTCB->ucStaticallyAllocated = tskSTATICALLY_ALLOCATED_STACK_ONLY; in prvCreateRestrictedTask()
4356 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in xTaskGetStaticBuffers()
6436 else if( pxTCB->ucStaticallyAllocated == tskSTATICALLY_ALLOCATED_STACK_ONLY ) in prvDeleteTCB()