Searched refs:usStackDepth (Results 1 – 2 of 2) sorted by relevance
392 const configSTACK_DEPTH_TYPE usStackDepth, in xTaskCreate() argument405 configASSERT(usStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreate()414 if((usStackDepth > (SIZE_MAX / sizeof(StackType_t))) in xTaskCreate()415 || (usStackDepth > (ULONG_MAX / sizeof(StackType_t)))) { in xTaskCreate()419 stack_depth_bytes = usStackDepth * sizeof(StackType_t); in xTaskCreate()
349 const configSTACK_DEPTH_TYPE usStackDepth,