OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateWithPriority
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/threading/
platform_thread.h
169
return
CreateWithPriority
(stack_size, delegate, thread_handle,
173
//
CreateWithPriority
() does the same thing as Create() except the priority of
175
static bool
CreateWithPriority
(size_t stack_size, Delegate* delegate,
simple_thread.cc
52
? PlatformThread::
CreateWithPriority
(options_.stack_size, this,
platform_thread_posix.cc
197
bool PlatformThread::
CreateWithPriority
(size_t stack_size, Delegate* delegate,
thread.cc
112
? PlatformThread::
CreateWithPriority
(options.stack_size, this,
Completed in 196 milliseconds