Get the oom score adjustment value.
(&self)
| 126 | |
| 127 | /// Get the oom score adjustment value. |
| 128 | pub fn oom_score_adj(&self) -> i32 { |
| 129 | self.oom_score_adj.load(Ordering::SeqCst) |
| 130 | } |
| 131 | |
| 132 | /// Set the oom score adjustment value. |
| 133 | pub fn set_oom_score_adj(&self, value: i32) { |