OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loop_iteration
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-loop-handles.c
89
static int
loop_iteration
= 0;
variable
213
if (
loop_iteration
< ITERATIONS) {
215
for (i = 0; i < 1 + (
loop_iteration
% IDLE_COUNT); i++) {
249
/* Prepare_2 gets started by prepare_1 when (
loop_iteration
% 2 == 0), and it
251
* round, so when this callback is made (
loop_iteration
% 2 == 0) cannot be
253
ASSERT_NE(0,
loop_iteration
% 2);
269
if (
loop_iteration
% 2 == 0) {
275
loop_iteration
++;
277
printf("Loop iteration %d of %d.\n",
loop_iteration
, ITERATIONS);
318
ASSERT_EQ(
loop_iteration
, ITERATIONS)
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026