Home
last modified time | relevance | path

Searched refs:p_stack (Results 1 – 1 of 1) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c394 void *p_stack; in xTaskCreate() local
418 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()