Searched refs:CreateWithPriority (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/threading/
H A Dplatform_thread.h172 // CreateWithPriority() does the same thing as Create() except the priority of
177 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
H A Dplatform_thread_posix.cc211 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, function in class:base::PlatformThread
H A Dplatform_thread_win.cc194 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, function in class:base::PlatformThread
/external/chromium_org/media/audio/
H A Daudio_device_thread.cc116 PlatformThread::CreateWithPriority(0, this, &thread_,
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_track_unittest.cc68 base::PlatformThread::CreateWithPriority(

Completed in 134 milliseconds