Searched refs:p_stack (Results 1 – 1 of 1) sorted by relevance
394 void *p_stack; in xTaskCreate() local418 p_stack = txfr_malloc((size_t)stack_depth_bytes); in xTaskCreate()419 if(p_stack == NULL) { in xTaskCreate()425 txfr_free(p_stack); in xTaskCreate()438 txfr_free(p_stack); in xTaskCreate()447 p_stack, stack_depth_bytes, prio, prio, 0u, TX_DONT_START); in xTaskCreate()450 txfr_free(p_stack); in xTaskCreate()