Searched refs:shares (Results 1 – 1 of 1) sorted by relevance
2355 unsigned int shares; in uv__get_cgroupv1_constrained_cpu() local2393 if (sscanf(buf, "%u", &shares) != 1) in uv__get_cgroupv1_constrained_cpu()2396 constraint->proportions = (double)shares / 1024.0; in uv__get_cgroupv1_constrained_cpu()
Completed in 9 milliseconds