Searched refs:CreateWithPriority (Results 1 – 5 of 5) 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()
|
/external/libchrome/base/task_scheduler/ |
D | scheduler_worker.cc | 77 PlatformThread::CreateWithPriority(kDefaultStackSize, this, &thread_handle_, in Start()
|