Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dkill_posix.cc217 PlatformThread::CreateNonJoinable(0, reaper); in EnsureProcessTerminated()
226 PlatformThread::CreateNonJoinable(0, reaper); in EnsureProcessGetsReaped()
/external/libchrome/base/threading/
Dplatform_thread.h176 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
Dworker_pool_posix.cc162 PlatformThread::CreateNonJoinable(0, worker); in AddTask()
Dplatform_thread_posix.cc195 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable() function in base::PlatformThread