HomeSort by relevance Sort by last modified time
    Searched refs:CreateNonJoinable (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/process/
kill_posix.cc 166 PlatformThread::CreateNonJoinable(
178 PlatformThread::CreateNonJoinable(
  /external/libchrome/base/threading/
platform_thread.h 179 // CreateNonJoinable() does the same thing as Create() except the thread
182 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
184 // CreateNonJoinableWithPriority() does the same thing as CreateNonJoinable()
platform_thread_posix.cc 205 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) {
  /external/libchrome/base/files/
file_path_watcher_linux.cc 289 return PlatformThread::CreateNonJoinable(0, &thread_delegate_);

Completed in 3670 milliseconds