Home
last modified time | relevance | path

Searched defs:CreateThread (Results 1 – 7 of 7) 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/chromium_org/base/threading/
Dplatform_thread_posix.cc90 bool CreateThread(size_t stack_size, bool joinable, in CreateThread() function
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Devent_test.cc92 void CreateThread() { in CreateThread() function in EmitterTest
/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/chromium_org/ipc/
Dipc_send_fds_test.cc337 base::Thread* CreateThread(const char* name) { in CreateThread() function in __anonb1ad6ad40111::IPCMultiSendingFdsTest
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc636 INTERCEPTOR_WINAPI(DWORD, CreateThread, in INTERCEPTOR_WINAPI() argument