Searched defs:CreateThread (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dthread.cc20 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, function in class:webrtc::ThreadWrapper
/external/chromium/base/threading/
H A Dplatform_thread_posix.cc55 bool CreateThread(size_t stack_size, bool joinable, function in namespace:base::__anon1797
203 return CreateThread(stack_size, true /* joinable thread */,
211 bool result = CreateThread(stack_size, false /* non-joinable thread */,
/external/chromium_org/base/threading/
H A Dplatform_thread_posix.cc90 bool CreateThread(size_t stack_size, bool joinable, function in namespace:base::__anon3966
199 return CreateThread(stack_size, true /* joinable thread */,
208 return CreateThread(stack_size, true, // joinable thread
217 bool result = CreateThread(stack_size, false /* non-joinable thread */,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc120 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, function in class:__sanitizer::ThreadRegistry

Completed in 211 milliseconds