Searched refs:p_stack (Results 1 – 1 of 1) sorted by relevance
397 void *p_stack; in xTaskCreate() local421 p_stack = txfr_malloc((size_t)stack_depth_bytes); in xTaskCreate()422 if(p_stack == NULL) { in xTaskCreate()428 txfr_free(p_stack); in xTaskCreate()441 txfr_free(p_stack); in xTaskCreate()450 p_stack, stack_depth_bytes, prio, prio, 0u, TX_DONT_START); in xTaskCreate()453 txfr_free(p_stack); in xTaskCreate()