Home | History | Annotate | Download | only in common

Lines Matching refs:shares

24 // Cgroups cpu shares constants. 1024 is the default shares a standard process
33 // Sets the current process shares to |shares|. Returns true on
35 bool SetCpuShares(CpuShares shares);
42 // Sets the cpu shares to low and sets up timeout events to stop the limiter.
45 // Resets the cpu shares to normal and destroys any scheduled timeout sources.
48 // Sets the cpu shares to |shares|. This method can be user at any time, but
49 // if the limiter is not running, the shares won't be reset to normal.
50 bool SetCpuShares(CpuShares shares);
53 // The cpu shares timeout source callback sets the current cpu shares to
57 // Current cpu shares.
60 // The cpu shares management timeout task id.