Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dthread.cc20 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, in CreateThread() function in webrtc::ThreadWrapper
/external/chromium/base/threading/
Dplatform_thread_posix.cc55 bool CreateThread(size_t stack_size, bool joinable, in CreateThread() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc120 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc659 INTERCEPTOR_WINAPI(DWORD, CreateThread, in INTERCEPTOR_WINAPI() argument