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