Home
last modified time | relevance | path

Searched defs:CreateNonJoinable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread_posix.cc205 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() function in base::PlatformThread
/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_posix.cc321 bool PlatformThreadBase::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() function in base::PlatformThreadBase
H A Dplatform_thread_win.cc330 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() function in base::PlatformThread