Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c322 const configSTACK_DEPTH_TYPE ulStackDepth, in xTaskCreateStatic() argument
334 configASSERT(ulStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreateStatic()
345 if(ulStackDepth > (ULONG_MAX / sizeof(StackType_t))) { in xTaskCreateStatic()
350 stack_depth_bytes = ulStackDepth * sizeof(StackType_t); in xTaskCreateStatic()
DFreeRTOS.h342 const configSTACK_DEPTH_TYPE ulStackDepth,