Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c325 const configSTACK_DEPTH_TYPE ulStackDepth, in xTaskCreateStatic() argument
337 configASSERT(ulStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreateStatic()
348 if(ulStackDepth > (ULONG_MAX / sizeof(StackType_t))) { in xTaskCreateStatic()
353 stack_depth_bytes = ulStackDepth * sizeof(StackType_t); in xTaskCreateStatic()
DFreeRTOS.h341 const configSTACK_DEPTH_TYPE ulStackDepth,