OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanIncreaseCurrentThreadPriority
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/task_scheduler/
environment_config.cc
37
if (!PlatformThread::
CanIncreaseCurrentThreadPriority
())
/external/libchrome/base/threading/
platform_thread.h
201
static bool
CanIncreaseCurrentThreadPriority
();
platform_thread_posix.cc
243
bool PlatformThread::
CanIncreaseCurrentThreadPriority
() {
platform_thread_unittest.cc
270
PlatformThread::
CanIncreaseCurrentThreadPriority
();
Completed in 218 milliseconds