| /foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/ |
| D | child_main_thread_test.cpp | 74 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); variable 91 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); variable 109 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); variable 129 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); variable 163 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); variable 198 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); variable 217 sptr<ChildMainThread> thread = sptr<ChildMainThread>(new (std::nothrow) ChildMainThread()); variable
|
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| D | softbus_thread_test.cpp | 63 SoftBusThread thread = SoftBusThreadGetSelf(); in ThreadSelfTest() local 468 SoftBusThread thread = 0; variable 483 SoftBusThread thread = 0; variable 502 SoftBusThread thread = 0; variable 522 SoftBusThread thread = 0; variable 541 SoftBusThread thread = 0; variable 560 SoftBusThread thread = 0; variable 579 SoftBusThread thread = 0; variable 598 SoftBusThread thread = 0; variable 618 SoftBusThread thread = 0; variable [all …]
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
| D | thread_linux.c | 44 Thread *thread; member 69 Thread *thread = startPromise->thread; in ThreadStartFunc() local 99 int32_t ThreadIsSelf(const Thread *thread) in ThreadIsSelf() 109 static void ThreadStop(Thread *thread) in ThreadStop() 125 Thread *thread = (Thread *)calloc(1, (sizeof(Thread))); in ThreadCreate() local 177 void ThreadDelete(Thread *thread) in ThreadDelete() 191 void ThreadPostTask(Thread *thread, TaskFunc func, void *context) in ThreadPostTask() 205 Reactor *ThreadGetReactor(const Thread *thread) in ThreadGetReactor()
|
| /foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
| D | thread_pool.cpp | 69 std::shared_ptr<Thread> thread; in Pop() local 87 void ThreadPool::Push(std::shared_ptr<Thread> &thread) in Push() 111 for (auto &thread : busyThreads_) { in StopThreads() local 125 for (auto &thread : busyThreads_) { in StopThreads() local 142 for (auto &thread : busyThreads_) { in StopThreads() local
|
| /foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
| D | thread.h | 23 thread() noexcept in thread() function 29 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread() function 42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread() function 57 explicit thread(Fn&& fn, Args&& ... args) in thread() function 71 thread(thread&& th) noexcept in thread() function
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| D | worker_manager.cpp | 24 for (auto& thread : tgwrap.threads) { in JoinRtg() local 50 for (auto& thread : tgwrap.threads) { in JoinTG() local 74 for (auto& thread : groupCtl[qos].threads) { in LeaveTG() local
|
| D | cpuworker_manager.cpp | 96 CPUEUTask* CPUWorkerManager::PickUpTaskFromGlobalQueue(WorkerThread* thread) in PickUpTaskFromGlobalQueue() 109 CPUEUTask* CPUWorkerManager::PickUpTaskFromLocalQueue(WorkerThread* thread) in PickUpTaskFromLocalQueue() 120 CPUEUTask* CPUWorkerManager::PickUpTaskBatch(WorkerThread* thread) in PickUpTaskBatch() 159 unsigned int CPUWorkerManager::StealTaskBatch(WorkerThread* thread) in StealTaskBatch() 188 PollerRet CPUWorkerManager::TryPoll(const WorkerThread* thread, int timeout) in TryPoll() 217 void CPUWorkerManager::NotifyTaskPicked(const WorkerThread* thread) in NotifyTaskPicked() 222 void CPUWorkerManager::WorkerRetired(WorkerThread* thread) in WorkerRetired() 302 bool CPUWorkerManager::IsExceedRunningThreshold(const WorkerThread* thread) in IsExceedRunningThreshold()
|
| D | scpuworker_manager.cpp | 80 void SCPUWorkerManager::WorkerRetiredSimplified(WorkerThread* thread) in WorkerRetiredSimplified() 153 WorkerAction SCPUWorkerManager::WorkerIdleAction(const WorkerThread* thread) in WorkerIdleAction() 201 WorkerAction SCPUWorkerManager::WorkerIdleActionSimplified(const WorkerThread* thread) in WorkerIdleActionSimplified() 235 void SCPUWorkerManager::WorkerPrepare(WorkerThread* thread) in WorkerPrepare()
|
| D | cpu_manager_strategy.cpp | 60 …ops.WaitForNewAction = [pIns] (const WorkerThread* thread) { return pIns->WorkerIdleActionSimplifi… in CreateCPUWorker() 61 … ops.WorkerRetired = [pIns] (WorkerThread* thread) { pIns->WorkerRetiredSimplified(thread); }; in CreateCPUWorker()
|
| D | worker_thread.cpp | 81 void SetThreadAttr(WorkerThread* thread, const QoS& qos) in SetThreadAttr()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| D | rs_profiler_beta_recorder.cpp | 65 std::thread thread([]() { in LaunchBetaRecordNotificationThread() local 79 std::thread thread([]() { in LaunchBetaRecordMetricsUpdateThread() local 101 std::thread thread([fileDataCopy{std::move(fileData)}, path]() { in WriteBetaRecordFileThread() local 116 std::thread thread([]() { in RenameAndSendFilenameThread() local
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
| D | wifi_direct_mock.cpp | 371 std::thread thread(run); in CreateGroupSuccessAction() local 383 std::thread thread(run); in CreateGroupFailureAction() local 395 std::thread thread(run); in CreateGroupTimeOutAction() local 409 std::thread thread(run); in ConnectSuccessAction() local 421 std::thread thread(run); in ConnectFailureAction() local 433 std::thread thread(run); in ConnectTimeOutAction() local 447 std::thread thread(run); in DestroyGroupSuccessAction() local 459 std::thread thread(run); in DestroyGroupFailureAction() local 471 std::thread thread(run); in DestroyGroupTimeOutAction() local
|
| /foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
| D | softbus_adapter_thread.c | 253 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, in SoftBusThreadCreate() 302 int32_t SoftBusThreadJoin(SoftBusThread thread, void **value) in SoftBusThreadJoin() 318 int32_t SoftBusThreadSetName(SoftBusThread thread, const char *name) in SoftBusThreadSetName()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/offscreen_render/ |
| D | rs_offscreen_render_thread_test.cpp | 91 std::shared_ptr<RSOffscreenRenderThread> thread = std::make_shared<RSOffscreenRenderThread>(); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
| D | event_runner.cpp | 98 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit() 127 std::unique_ptr<std::thread> thread; member 349 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach() 424 auto thread = in Create() local
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/ |
| D | thread_pool.h | 49 mutable std::thread thread; member
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| D | ut_rtg.cpp | 213 for (auto& thread : threads) { variable 298 for (auto& thread : threads) { variable
|
| /foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
| D | errorcode_convertor_test.cpp | 56 std::thread thread([this]() { in AllTest001() local
|
| /foundation/graphic/graphic_surface/surface/test/systemtest/ |
| D | native_window_test.cpp | 150 std::thread thread([this, pipeFd, producer]() { in __anona2337aba0102() variable 269 std::thread thread([this, pipeFd, producer]() { in __anona2337aba0202() variable 377 std::thread thread([this, pipeFd, uniqueId]() { in __anona2337aba0302() variable 530 std::thread thread([this, pipeFd, uniqueId]() { in __anona2337aba0402() variable 668 std::thread thread([this, pipeFd, uniqueId]() { in __anona2337aba0502() variable 758 std::thread thread([this, pipeFd, uniqueId]() { in __anona2337aba0602() variable 873 std::thread thread([this, pipeFd, producer, cUniqueId]() { in __anona2337aba0702() variable 1037 std::thread thread([this, pipeFd, uniqueId]() { in __anona2337aba0802() variable
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_task_executor.cpp | 47 std::thread thread([pool, i] { in InitThreadPool() local
|
| /foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
| D | thumbnail_generate_worker.cpp | 68 std::thread thread([this, threadStatus] { this->StartWorker(threadStatus); }); in Init() local 251 for (auto &thread : threads_) { in ClearWorkerThreads() local
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
| D | p2p_create_group_state.cpp | 39 std::thread thread(&P2pCreateGroupState::OnTimeout, this); in Enter() local
|
| D | p2p_destroy_group_state.cpp | 39 std::thread thread(&P2pDestroyGroupState::OnTimeout, this); in Enter() local
|
| /foundation/distributeddatamgr/preferences/frameworks/native/platform/src/ |
| D | preferences_dfx_adapter.cpp | 73 std::thread thread([reportParam]() { in ReportDbFault() local
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
| D | wifi_direct_executor.cpp | 50 std::thread thread(&WifiDirectExecutor::Run, this, processor_); in Start() local
|