Home
last modified time | relevance | path

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

/test/xts/acts/communication_lite/lwip_hal/src/
Dlwip_func_test.c676 osThreadAttr_t tClient; variable
678 tClient.name = "CommTcpClientTask";
679 tClient.attr_bits = 0U;
680 tClient.cb_mem = NULL;
681 tClient.cb_size = 0U;
682 tClient.stack_mem = NULL;
683 tClient.stack_size = DEF_TASK_STACK;
684 tClient.priority = DEF_TASK_PRIORITY;
685 clientTaskId = osThreadNew((osThreadFunc_t)CommTcpClientTask, NULL, &tClient);