Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c221 void txfr_thread_wrapper(ULONG id) in txfr_thread_wrapper() function
367 …ret = tx_thread_create(&pxTaskBuffer->thread, (CHAR *)pcName, txfr_thread_wrapper, (ULONG)pvParame… in xTaskCreateStatic()
449 … ret = tx_thread_create(&p_task->thread, (CHAR *)pcName, txfr_thread_wrapper, (ULONG)pvParameters, in xTaskCreate()