Searched refs:StackType_t (Results 1 – 2 of 2) sorted by relevance
115 typedef UINT StackType_t; typedef344 StackType_t *const puxStackBuffer,
328 StackType_t *const puxStackBuffer, in xTaskCreateStatic()348 if(ulStackDepth > (ULONG_MAX / sizeof(StackType_t))) { in xTaskCreateStatic()353 stack_depth_bytes = ulStackDepth * sizeof(StackType_t); in xTaskCreateStatic()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()