Searched refs:CreateWithPriority (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/threading/ |
D | platform_thread.h | 163 return CreateWithPriority(stack_size, delegate, thread_handle, in Create() 169 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
|
D | simple_thread.cc | 45 success = PlatformThread::CreateWithPriority(options_.stack_size(), this, in Start()
|
D | platform_thread_posix.cc | 187 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority() function in base::PlatformThread
|
D | thread.cc | 118 if (!PlatformThread::CreateWithPriority(options.stack_size, this, &thread_, in StartWithOptions()
|