Home
last modified time | relevance | path

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