Searched refs:SampleTcpClientTask (Results 1 – 3 of 3) sorted by relevance
245 static void SampleTcpClientTask(void) in SampleTcpClientTask() function496 osThreadId_t clientTaskId = osThreadNew((osThreadFunc_t)SampleTcpClientTask, NULL, &attrClient);
242 static void* SampleTcpClientTask(void* p) in SampleTcpClientTask() function515 ret = pthread_create(&cli, nullptr, SampleTcpClientTask, nullptr);
275 static void* SampleTcpClientTask(void *p) in SampleTcpClientTask() function701 ret = pthread_create(&cli, nullptr, SampleTcpClientTask, nullptr);