Home
last modified time | relevance | path

Searched refs:CreateWithPriority (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread.h169 return CreateWithPriority(stack_size, delegate, thread_handle, in Create()
175 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
Dsimple_thread.cc52 ? PlatformThread::CreateWithPriority(options_.stack_size, this, in StartAsync()
Dplatform_thread_posix.cc197 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority() function in base::PlatformThread
Dthread.cc112 ? PlatformThread::CreateWithPriority(options.stack_size, this, in StartWithOptions()