Home
last modified time | relevance | path

Searched refs:CreateNonJoinableWithType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_posix.cc322 return CreateNonJoinableWithType(stack_size, delegate, ThreadType::kDefault); in CreateNonJoinable()
326 bool PlatformThreadBase::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType() function in base::PlatformThreadBase
H A Dplatform_thread_win.cc331 return CreateNonJoinableWithType(stack_size, delegate, ThreadType::kDefault); in CreateNonJoinable()
335 bool PlatformThread::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType() function in base::PlatformThread
H A Dsimple_thread.cc57 : PlatformThread::CreateNonJoinableWithType(options_.stack_size, this, in StartAsync()
H A Dplatform_thread.h237 static bool CreateNonJoinableWithType(
H A Dthread.cc214 : PlatformThread::CreateNonJoinableWithType( in StartWithOptions()