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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-signal-multiple-loops.c58 static volatile int loop_creation_counter = 0; variable
190 increment_counter(&loop_creation_counter);
286 printf("loops created and destroyed: %d\n", loop_creation_counter);
297 ASSERT(loop_creation_counter >= NUM_LOOP_CREATING_THREADS);

Completed in 120 milliseconds