Home
last modified time | relevance | path

Searched refs:priority_ (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dservice.h108 int priority() const { return priority_; } in priority()
183 int priority_; variable
Dservice.cpp176 priority_(0),
204 priority_(0),
283 if (priority_ != 0) { in SetProcessAttributes()
284 if (setpriority(PRIO_PROCESS, 0, priority_) != 0) { in SetProcessAttributes()
425 priority_ = 0; in ParsePriority()
426 if (!ParseInt(args[1], &priority_, in ParsePriority()