Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DUDPEchoClient_SingleTasks.c90 char ucName[ 16 ]; in vStartUDPEchoClientTasks_SingleTasks() local
91 snprintf( ucName, sizeof ucName, "echo_%02d", ( int ) x ); in vStartUDPEchoClientTasks_SingleTasks()
93ucName, /* Just a text name for the task to aid debugging. */ in vStartUDPEchoClientTasks_SingleTasks()
A DTCPEchoClient_SingleTasks.c122 char ucName[ 16 ]; in vStartTCPEchoClientTasks_SingleTasks() local
123 snprintf( ucName, sizeof ucName, "echo_%02d", ( int ) x ); in vStartTCPEchoClientTasks_SingleTasks()
125ucName, /* Just a text name for the task to aid debugging. */ in vStartTCPEchoClientTasks_SingleTasks()

Completed in 10 milliseconds