Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/thread/
Dactor_threadpool.cc27 void ActorWorker::CreateThread() { thread_ = std::make_unique<std::thread>(&ActorWorker::RunWithSpi… in CreateThread() function in mindspore::ActorWorker
Dparallel_threadpool.cc44 void ParallelWorker::CreateThread() { thread_ = std::make_unique<std::thread>(&ParallelWorker::Para… in CreateThread() function in mindspore::ParallelWorker
Dthreadpool.cc54 void Worker::CreateThread() { thread_ = std::make_unique<std::thread>(&Worker::Run, this); } in CreateThread() function in mindspore::Worker
/third_party/rust/rust/src/tools/miri/src/shims/windows/
Dthread.rs11 fn CreateThread( in CreateThread() method
/third_party/googletest/googletest/src/
Dgtest-port.cc430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anond849cae00311::ThreadWithParamSupport
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc424 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anonbcaa23210311::ThreadWithParamSupport
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dmini_core_hello_world.rs430 fn CreateThread( in CreateThread() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiObjectManagementTests.cpp2867 class CreateThread : public ThreadGroupThread class
2870CreateThread (const Environment& env, const typename Object::Resources& resources, const typename … in CreateThread() function in vkt::api::__anon4f98097f0111::CreateThread
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2867 class CreateThread : public ThreadGroupThread class
2870CreateThread (const Environment& env, const typename Object::Resources& resources, const typename … in CreateThread() function in vkt::api::__anonce150edf0111::CreateThread
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs144 pub fn CreateThread( in CreateThread() function