Searched defs:CreateThread (Results 1 – 10 of 10) sorted by relevance
27 void ActorWorker::CreateThread() { thread_ = std::make_unique<std::thread>(&ActorWorker::RunWithSpi… in CreateThread() function in mindspore::ActorWorker
44 void ParallelWorker::CreateThread() { thread_ = std::make_unique<std::thread>(&ParallelWorker::Para… in CreateThread() function in mindspore::ParallelWorker
54 void Worker::CreateThread() { thread_ = std::make_unique<std::thread>(&Worker::Run, this); } in CreateThread() function in mindspore::Worker
11 fn CreateThread( in CreateThread() method
430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anond849cae00311::ThreadWithParamSupport
424 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anonbcaa23210311::ThreadWithParamSupport
430 fn CreateThread( in CreateThread() function
2867 class CreateThread : public ThreadGroupThread class2870 …CreateThread (const Environment& env, const typename Object::Resources& resources, const typename … in CreateThread() function in vkt::api::__anon4f98097f0111::CreateThread
2867 class CreateThread : public ThreadGroupThread class2870 …CreateThread (const Environment& env, const typename Object::Resources& resources, const typename … in CreateThread() function in vkt::api::__anonce150edf0111::CreateThread
144 pub fn CreateThread( in CreateThread() function