Searched refs:CreateNonJoinable (Results 1 - 13 of 13) sorted by relevance

/external/chromium/base/threading/
H A Dplatform_thread.h84 // CreateNonJoinable() does the same thing as Create() except the thread
87 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
H A Dplatform_thread_win.cc123 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { function in class:base::PlatformThread
H A Dworker_pool_posix.cc138 PlatformThread::CreateNonJoinable(kWorkerThreadStackSize, worker);
H A Dplatform_thread_posix.cc208 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { function in class:base::PlatformThread
/external/chromium_org/components/nacl/common/
H A Dnacl_debug_exception_handler_win.cc74 if (!base::PlatformThread::CreateNonJoinable(0, handler)) {
/external/chromium_org/base/threading/
H A Dplatform_thread.h141 // CreateNonJoinable() does the same thing as Create() except the thread
144 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
H A Dplatform_thread_posix.cc213 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { function in class:base::PlatformThread
H A Dplatform_thread_win.cc192 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { function in class:base::PlatformThread
H A Dworker_pool_posix.cc171 PlatformThread::CreateNonJoinable(kWorkerThreadStackSize, worker);
/external/chromium/chrome/browser/
H A Dbrowser_main_posix.cc251 if (!base::PlatformThread::CreateNonJoinable(
H A Dmach_broker_mac.cc141 base::PlatformThread::CreateNonJoinable(
/external/chromium_org/base/process/
H A Dkill_posix.cc483 PlatformThread::CreateNonJoinable(0, reaper);
492 PlatformThread::CreateNonJoinable(0, reaper);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_posix.cc326 if (!base::PlatformThread::CreateNonJoinable(

Completed in 592 milliseconds