Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c389 const configSTACK_DEPTH_TYPE usStackDepth, in xTaskCreate() argument
402 configASSERT(usStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreate()
411 if((usStackDepth > (SIZE_MAX / sizeof(StackType_t))) in xTaskCreate()
412 || (usStackDepth > (ULONG_MAX / sizeof(StackType_t)))) { in xTaskCreate()
416 stack_depth_bytes = usStackDepth * sizeof(StackType_t); in xTaskCreate()
DFreeRTOS.h350 const configSTACK_DEPTH_TYPE usStackDepth,