Home
last modified time | relevance | path

Searched refs:newThread (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_pool.cpp99 sptr<IPCWorkThread> newThread = sptr<IPCWorkThread>(ipcThread); in SpawnThread() local
100 threads_[threadName] = newThread; in SpawnThread()
109 newThread->Start(policy, proto, threadIndex); in SpawnThread()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dbackground_task_executor.cpp180 for (auto& newThread : newThreads) { in StartNewThreads() local
182 if (newThread.joinable()) { in StartNewThreads()
183 newThread.join(); in StartNewThreads()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_trace_test.cpp488 std::thread newThread(f);
489 newThread.detach();
542 std::thread newThread(m);
543 newThread.join();
H A Dlib_event_handler_event_runner_test.cpp242 std::thread newThread(f);
243 newThread.detach();
H A Dlib_event_handler_event_queue_test.cpp958 std::thread newThread(f);
959 newThread.detach();
1007 std::thread newThread(newThreadTask);
1008 newThread.detach();
1066 std::thread newThread(newTask);
1067 newThread.detach();
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp93 …std::shared_ptr<PipeLineThread> newThread = std::make_shared<PipeLineThread>(groupId, taskType, pr… in FindThread() local
94 threadList->push_back(newThread); in FindThread()
95 return newThread; in FindThread()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.h41 void InitJsThread(bool newThread = true);
H A Dtask_executor_impl.cpp130 void TaskExecutorImpl::InitJsThread(bool newThread) in InitJsThread() argument
132 if (newThread) { in InitJsThread()
/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp1236 std::thread newThread(f);
1237 newThread.detach();