OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadNiceValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/threading/
platform_thread_android.cc
22
int
ThreadNiceValue
(ThreadPriority priority) {
75
int kNiceSetting =
ThreadNiceValue
(priority);
platform_thread_freebsd.cc
29
int
ThreadNiceValue
(ThreadPriority priority) {
79
const int kNiceSetting =
ThreadNiceValue
(priority);
platform_thread_linux.cc
30
int
ThreadNiceValue
(ThreadPriority priority) {
92
const int kNiceSetting =
ThreadNiceValue
(priority);
Completed in 602 milliseconds