Searched defs:CreateThread (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/src/system_wrappers/source/ |
D | thread.cc | 20 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, in CreateThread() function in webrtc::ThreadWrapper
|
/external/chromium/base/threading/ |
D | platform_thread_posix.cc | 55 bool CreateThread(size_t stack_size, bool joinable, in CreateThread() function
|
/external/chromium_org/base/threading/ |
D | platform_thread_posix.cc | 90 bool CreateThread(size_t stack_size, bool joinable, in CreateThread() function
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | event_test.cc | 92 void CreateThread() { in CreateThread() function in EmitterTest
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 120 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
|
/external/chromium_org/ipc/ |
D | ipc_send_fds_test.cc | 337 base::Thread* CreateThread(const char* name) { in CreateThread() function in __anonb1ad6ad40111::IPCMultiSendingFdsTest
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 636 INTERCEPTOR_WINAPI(DWORD, CreateThread, in INTERCEPTOR_WINAPI() argument
|