Searched refs:cliCount (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 512 int cliCount = 0; in SelectServerForFork() local 555 cliCount++; in SelectServerForFork() 556 printf("[***][select process]accept success, cliCount[%d]\n", cliCount); in SelectServerForFork() 571 printf("[###][select process][%d]client bye,cliCount[%d]\n", fds[i], cliCount); in SelectServerForFork() 575 cliCount--; in SelectServerForFork() 587 if (cliCount == 0) { in SelectServerForFork() 589 printf("[###][select process]cliCount=0, over!\n"); in SelectServerForFork() 604 int cliCount in PollServerForFork() local [all...] |
/test/xts/acts/communication_lite/lwip_posix/src/ |
H A D | ActsLwipTest.cpp | 415 int cliCount = 0; in SelectServerForFork() local 459 cliCount++; in SelectServerForFork() 460 printf("[select process]accept success, cliCount[%d]\n", cliCount); in SelectServerForFork() 474 printf("[select process][%d]client bye,cliCount[%d]\n", fds[i], cliCount); in SelectServerForFork() 478 cliCount--; in SelectServerForFork() 490 if (cliCount == 0) { in SelectServerForFork() 492 printf("[select process]cliCount=0, over!\n"); in SelectServerForFork()
|
/test/xts/acts/communication_lite/lwip_hal/src/ |
H A D | lwip_func_test.c | 350 int cliCount = 0; in SelectServerTask() local 398 cliCount++; in SelectServerTask() 399 printf("[select process]accept success, cliCount[%d]\n", cliCount); in SelectServerTask() 413 printf("[select process][%d]client bye,cliCount[%d]\n", fds[i], cliCount); in SelectServerTask() 417 cliCount--; in SelectServerTask() 429 if (cliCount == 0) { in SelectServerTask() 431 printf("[select process]cliCount=0, over!\n"); in SelectServerTask()
|
Completed in 6 milliseconds