Searched refs:outstanding (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr28187.c8 int outstanding = 0; local
9 while (window < last || outstanding) {
10 while (outstanding < 47 && window < last) {
12 outstanding++;
18 if (outstanding > 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr28187.c8 int outstanding = 0; local
9 while (window < last || outstanding) {
10 while (outstanding < 47 && window < last) {
12 outstanding++;
18 if (outstanding > 0)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/
H A Dqueryperf.c252 " -q specifies the maximum number of queries outstanding (default: %d)\n"
465 * Set the maximum number of outstanding queries
490 * "forget" any outstanding queries! We might
943 fprintf(stderr, "%s: Unable to set default max outstanding "
1099 * How many queries are outstanding?
1101 * Returns the number of outstanding queries
1604 * number of outstanding queries if it matches an open query.
1684 * decrementing the number of outstanding queries.
1691 unsigned int outstanding = queries_outstanding(); local
1729 if ((outstanding
[all...]

Completed in 176 milliseconds