Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread.h163 return CreateWithPriority(stack_size, delegate, thread_handle, in Create()
169 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
Dsimple_thread.cc45 success = PlatformThread::CreateWithPriority(options_.stack_size(), this, in Start()
Dplatform_thread_posix.cc187 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority() function in base::PlatformThread
Dthread.cc118 if (!PlatformThread::CreateWithPriority(options.stack_size, this, &thread_, in StartWithOptions()