Home
last modified time | relevance | path

Searched refs:CreateNonJoinable (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/process/
Dkill_posix.cc166 PlatformThread::CreateNonJoinable( in EnsureProcessTerminated()
178 PlatformThread::CreateNonJoinable( in EnsureProcessGetsReaped()
/external/libchrome/base/threading/
Dplatform_thread.h182 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
Dplatform_thread_posix.cc205 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() function in base::PlatformThread
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc289 return PlatformThread::CreateNonJoinable(0, &thread_delegate_); in StartThread()