Searched refs:StackType_t (Results 1 – 2 of 2) sorted by relevance
116 typedef UINT StackType_t; typedef345 StackType_t *const puxStackBuffer,
325 StackType_t *const puxStackBuffer, in xTaskCreateStatic()345 if(ulStackDepth > (ULONG_MAX / sizeof(StackType_t))) { in xTaskCreateStatic()350 stack_depth_bytes = ulStackDepth * sizeof(StackType_t); in xTaskCreateStatic()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()