Home | History | Annotate | Download | only in src

Lines Matching defs:Priority

206   // Enum to mark a thread as low/med/high priority.
207 enum Priority {
223 void SetPriority(Priority priority) { priority_ = priority; }
318 int priority,
368 int priority,
393 Priority priority_; // Worker thread priority.
434 int priority,
785 void ProcessError(struct ErrorRecord *error, int priority,