HomeSort by relevance Sort by last modified time
    Searched refs:times_up (Results 1 - 9 of 9) sorted by null

  /external/netperf/src/
nettest_unix.c 308 times_up = 0;
449 times_up = 0;
456 times_up = 1;
477 while ((!times_up) || (bytes_remaining > 0)) {
    [all...]
nettest_bsd.c     [all...]
nettest_dlpi.c 444 times_up = 0;
660 times_up = 0;
667 times_up = 1;
688 while ((!times_up) || (bytes_remaining > 0)) {
    [all...]
nettest_sdp.c 295 times_up = 0;
468 times_up = 0;
481 times_up = 1;
512 while ((!times_up) || (bytes_remaining > 0)) {
    [all...]
nettest_sctp.c 458 times_up = 0;
636 times_up = 0;
649 times_up = 1;
689 while ((!times_up) || (bytes_remaining > 0)) {
    [all...]
nettest_xti.c 648 times_up = 0;
850 times_up = 0;
863 times_up = 1;
897 while ((!times_up) || (bytes_remaining > 0)) {
    [all...]
nettest_omni.c     [all...]
netlib.c 265 int times_up; variable
1019 times_up = 1;
1024 if (times_up != 0) {
1025 fprintf(where,"catcher: timer popped with times_up != 0\n");
1028 times_up = 1;
1060 times_up = 1;
1139 times_up = 1;
1141 /* Give the other threads time to notice that times_up has
    [all...]
netlib.h 509 extern int times_up;

Completed in 88 milliseconds