Home | History | Annotate | Download | only in threading

Lines Matching refs:priority

16   ThreadPriority priority;
19 // The elements must be listed in the order of increasing priority (lowest
20 // priority first), that is, in the order of decreasing nice values (highest
25 // Returns the nice value matching |priority| based on the platform-specific
27 int ThreadPriorityToNiceValue(ThreadPriority priority);
35 // implementation handled this |priority| change, false if the generic
37 bool SetCurrentThreadPriorityForPlatform(ThreadPriority priority);
40 // current thread (and returns the actual ThreadPriority via |priority|).
41 // Returns false otherwise, leaving |priority| untouched.
42 bool GetCurrentThreadPriorityForPlatform(ThreadPriority* priority);