Searched refs:ucName (Results 1 – 2 of 2) sorted by relevance
90 char ucName[ 16 ]; in vStartUDPEchoClientTasks_SingleTasks() local91 snprintf( ucName, sizeof ucName, "echo_%02d", ( int ) x ); in vStartUDPEchoClientTasks_SingleTasks()93 … ucName, /* Just a text name for the task to aid debugging. */ in vStartUDPEchoClientTasks_SingleTasks()
122 char ucName[ 16 ]; in vStartTCPEchoClientTasks_SingleTasks() local123 snprintf( ucName, sizeof ucName, "echo_%02d", ( int ) x ); in vStartTCPEchoClientTasks_SingleTasks()125 … ucName, /* Just a text name for the task to aid debugging. */ in vStartTCPEchoClientTasks_SingleTasks()
Completed in 10 milliseconds