HomeSort by relevance Sort by last modified time
    Searched defs:CreateThread (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
thread.cc 20 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func,
  /external/chromium/base/threading/
platform_thread_posix.cc 55 bool CreateThread(size_t stack_size, bool joinable,
203 return CreateThread(stack_size, true /* joinable thread */,
211 bool result = CreateThread(stack_size, false /* non-joinable thread */,

Completed in 179 milliseconds