Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 7 of 7) sorted by relevance

/libuv/docs/code/idle-basic/
H A Dmain.c4 int64_t counter = 0; variable
7 counter++; in wait_for_a_while()
9 if (counter >= 10e6) in wait_for_a_while()
/libuv/docs/code/uvstop/
H A Dmain.c4 int64_t counter = 0; variable
8 counter++; in idle_cb()
10 if (counter >= 5) { in idle_cb()
/libuv/test/
H A Dtest-thread.c35 unsigned int counter; member
43 unsigned int counter; member
88 if (--req->counter) in getaddrinfo_cb()
106 if (--req->counter) in fs_cb()
122 req->counter = 4; in do_work()
129 req->counter = 4; in do_work()
H A Dtest-signal-multiple-loops.c61 static void increment_counter(int* counter) { in increment_counter() argument
63 ++(*counter); in increment_counter()
/libuv/src/win/
H A Dutil.c465 LARGE_INTEGER counter; in uv__hrtime() local
471 if (!QueryPerformanceCounter(&counter)) { in uv__hrtime()
474 assert(counter.QuadPart != 0); in uv__hrtime()
481 result = (double) counter.QuadPart / scaled_freq; in uv__hrtime()
/libuv/docs/src/
H A Dhandle.rst283 a counter, so both operations are idempotent.
/libuv/
H A DChangeLog761 * src: fix events/events_waiting metrics counter (Trevor Norris)

Completed in 18 milliseconds