Searched refs:counter (Results 1 – 7 of 7) sorted by relevance
4 int64_t counter = 0; variable7 counter++; in wait_for_a_while()9 if (counter >= 10e6) in wait_for_a_while()
4 int64_t counter = 0; variable8 counter++; in idle_cb()10 if (counter >= 5) { in idle_cb()
35 unsigned int counter; member43 unsigned int counter; member88 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()
61 static void increment_counter(int* counter) { in increment_counter() argument63 ++(*counter); in increment_counter()
465 LARGE_INTEGER counter; in uv__hrtime() local471 if (!QueryPerformanceCounter(&counter)) { in uv__hrtime()474 assert(counter.QuadPart != 0); in uv__hrtime()481 result = (double) counter.QuadPart / scaled_freq; in uv__hrtime()
283 a counter, so both operations are idempotent.
761 * src: fix events/events_waiting metrics counter (Trevor Norris)
Completed in 21 milliseconds