Searched refs:times_up (Results 1 - 8 of 8) sorted by relevance

/external/netperf/
H A Dnettest_dlpi.c203 times_up = 0;
419 times_up = 0;
426 times_up = 1;
447 while ((!times_up) || (bytes_remaining > 0)) {
1094 times_up = 0;
1312 times_up = 0;
1319 times_up = 1;
1337 while ((!times_up) || (trans_remaining > 0)) {
1669 times_up = 0;
1858 while (!times_up) {
[all...]
H A Dnettest_unix.c310 times_up = 0;
451 times_up = 0;
458 times_up = 1;
479 while ((!times_up) || (bytes_remaining > 0)) {
1132 times_up = 0;
1256 times_up = 0;
1263 times_up = 1;
1281 while ((!times_up) || (trans_remaining > 0)) {
1612 times_up = 0;
1727 while (!times_up) {
[all...]
H A Dnettest_bsd.c1380 times_up = 0;
1550 times_up = 0;
1563 times_up = 1;
1594 while ((!times_up) || (bytes_remaining > 0)) {
2075 times_up = 0;
2245 times_up = 0;
2304 while ((!times_up) && (len=recv(recv_socket,
2808 times_up = 0;
2974 times_up = 0;
2987 times_up
[all...]
H A Dnettest_sdp.c295 times_up = 0;
468 times_up = 0;
481 times_up = 1;
512 while ((!times_up) || (bytes_remaining > 0)) {
993 times_up = 0;
1166 times_up = 0;
1225 while ((!times_up) && (len=recv(recv_socket,
2157 times_up initially true.*/
2158 times_up = 0; /* must remember to initialize this little beauty */
2159 while (!times_up) {
[all...]
H A Dnettest_sctp.c469 times_up = 0;
647 times_up = 0;
660 times_up = 1;
700 while ((!times_up) || (bytes_remaining > 0)) {
1612 times_up = 0;
1792 times_up = 0;
1805 times_up = 1;
1845 while ((!times_up) || (bytes_remaining > 0)) {
2712 times_up = 0;
2862 times_up
[all...]
H A Dnettest_xti.c649 times_up = 0;
851 times_up = 0;
864 times_up = 1;
898 while ((!times_up) || (bytes_remaining > 0)) {
1861 times_up = 0;
2037 times_up = 0;
2044 times_up = 1;
2079 while ((!times_up) || (trans_remaining > 0)) {
2583 times_up = 0;
2733 times_up
[all...]
H A Dnetlib.h446 extern int times_up;
H A Dnetlib.c263 int times_up; variable
787 if (times_up != 0) {
788 fprintf(where,"catcher: timer popped with times_up != 0\n");
791 times_up = 1;
819 times_up = 1;
891 times_up = 1;

Completed in 80 milliseconds