Searched refs:CreateNonJoinableWithType (Results 1 – 5 of 5) sorted by relevance
322 return CreateNonJoinableWithType(stack_size, delegate, ThreadType::kDefault); in CreateNonJoinable()326 bool PlatformThreadBase::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType() function in base::PlatformThreadBase
331 return CreateNonJoinableWithType(stack_size, delegate, ThreadType::kDefault); in CreateNonJoinable()335 bool PlatformThread::CreateNonJoinableWithType(size_t stack_size, in CreateNonJoinableWithType() function in base::PlatformThread
57 : PlatformThread::CreateNonJoinableWithType(options_.stack_size, this, in StartAsync()
237 static bool CreateNonJoinableWithType(
214 : PlatformThread::CreateNonJoinableWithType( in StartWithOptions()