Searched refs:CreateWithPriority (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/threading/ |
D | platform_thread.h | 169 return CreateWithPriority(stack_size, delegate, thread_handle, in Create() 175 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
|
D | simple_thread.cc | 52 ? PlatformThread::CreateWithPriority(options_.stack_size, this, in StartAsync()
|
D | platform_thread_posix.cc | 197 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority() function in base::PlatformThread
|
D | thread.cc | 112 ? PlatformThread::CreateWithPriority(options.stack_size, this, in StartWithOptions()
|