Searched refs:oom_adj (Results 1 – 3 of 3) sorted by relevance
3216 FILE* oom_adj = fopen("/proc/self/oom_score_adj", "we"); in RunInternal() local3217 if (oom_adj) { in RunInternal()3218 fputs("-1000", oom_adj); in RunInternal()3219 fclose(oom_adj); in RunInternal()3222 oom_adj = fopen("/proc/self/oom_adj", "we"); in RunInternal()3223 if (oom_adj) { in RunInternal()3224 fputs("-17", oom_adj); in RunInternal()3225 fclose(oom_adj); in RunInternal()
74 // Process is in the background running a service. Unlike oom_adj, this79 // perspective of oom_adj, receivers run at a higher foreground level, but
589 // Process LRU list (sorted by oom_adj)852 optional string oom_adj = 3; field