Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-signal-multiple-loops.c58 static int loop_creation_counter = 0; variable
192 increment_counter(&loop_creation_counter); in loop_creating_worker()
304 printf("loops created and destroyed: %d\n", loop_creation_counter); in TEST_IMPL()
315 ASSERT_GE(loop_creation_counter, NUM_LOOP_CREATING_THREADS); in TEST_IMPL()

Completed in 2 milliseconds