HomeSort by: relevance | last modified time | path
    Searched defs:CreateThread (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
279 // really started. We just did CreateThread for a prospective new
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
274 // really started. We just did CreateThread for a prospective new
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
280 // really started. We just did CreateThread for a prospective new
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 467 static HANDLE CreateThread(Runnable* runnable,
471 HANDLE thread_handle = ::CreateThread(
479 << "CreateThread failed with error " << ::GetLastError() << ".";
516 : thread_(ThreadWithParamSupport::CreateThread(runnable,
639 // We need to pass a valid thread ID pointer into CreateThread for it
642 HANDLE watcher_thread = ::CreateThread(

Completed in 24 milliseconds