Home
last modified time | relevance | path

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

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