Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-platform-output.c97 uint64_t quota, period; in TEST_IMPL() local
102 if (fscanf(file, "%lu %lu", &quota, &period) == 2 && quota > 0) { in TEST_IMPL()
104 cgroup_par = (unsigned int)(quota / period); in TEST_IMPL()
116 if (file && fscanf(file, "%lu", &period) == 1) { in TEST_IMPL()
118 cgroup_par = (unsigned int)(quota / period); in TEST_IMPL()

Completed in 5 milliseconds