OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCurrentThreadPriority
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/threading/
platform_thread.h
101
//
SetCurrentThreadPriority
(), listed in increasing order of importance.
189
static void
SetCurrentThreadPriority
(ThreadPriority priority);
platform_thread_posix.cc
60
PlatformThread::
SetCurrentThreadPriority
(thread_params->priority);
213
void PlatformThread::
SetCurrentThreadPriority
(ThreadPriority priority) {
240
// Mirrors
SetCurrentThreadPriority
()'s implementation.
platform_thread_unittest.cc
241
PlatformThread::
SetCurrentThreadPriority
(kThreadPriorityTestValues[i]);
Completed in 1978 milliseconds