| /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 | 56 SoftBusThread thread = SoftBusThreadGetSelf(); in ThreadSelfTest() local 476 SoftBusThread thread = 0; variable 491 SoftBusThread thread = 0; variable 510 SoftBusThread thread = 0; variable 530 SoftBusThread thread = 0; variable 549 SoftBusThread thread = 0; variable 568 SoftBusThread thread = 0; variable 587 SoftBusThread thread = 0; variable 606 SoftBusThread thread = 0; variable 626 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 180 void ThreadDelete(Thread *thread) in ThreadDelete() 194 void ThreadPostTask(Thread *thread, TaskFunc func, void *context) in ThreadPostTask() 208 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/test/ut/testcase/ |
| D | ut_cpu_worker.cpp | 84 WorkerAction WorkerIdleAction(CPUWorker *thread) in WorkerIdleAction() 90 void WorkerRetired(CPUWorker* thread) in WorkerRetired() 105 void WorkerPrepare(CPUWorker* thread) in WorkerPrepare()
|
| D | ut_condition.cpp | 195 ffrt_thread_t thread; variable 206 ffrt_thread_t thread; variable
|
| D | ut_rtg.cpp | 229 for (auto& thread : threads) { variable 314 for (auto& thread : threads) { variable
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| D | execute_unit.cpp | 131 for (auto &thread : tgwrap.threads) { in BindTG() local 144 for (auto &thread : tgwrap.threads) { in BindWG() local 167 for (auto &thread : tgwrap.threads) { in UnbindTG() local 330 for (const auto& thread : group.threads) { in DisableWorkerMonitor() local 342 for (auto &thread : group.threads) { in RestoreThreadConfig() local 380 void ExecuteUnit::WorkerRetired(CPUWorker *thread) in WorkerRetired()
|
| /foundation/ability/ability_runtime/test/unittest/dfr_test/appcapture_perf_test/ |
| D | appcapture_perf_test.cpp | 153 const sptr<MainThread> thread; variable 173 const sptr<MainThread> thread; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| D | rs_profiler_beta_recorder.cpp | 76 std::thread thread([]() { in LaunchBetaRecordNotificationThread() local 87 std::thread thread([]() { in LaunchBetaRecordFileSplitThread() local 103 std::thread thread([]() { in LaunchBetaRecordMetricsUpdateThread() 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/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/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_security_manager_test.cpp | 103 std::thread thread([dbFile = dbFile_, blockResult]() { in __anon6cc2055d0102() variable 183 std::thread thread([dbFile = dbFile_]() { in __anon6cc2055d0202() variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/ |
| D | global_config.h | 45 ThreadConfig *thread = nullptr; variable
|
| /foundation/distributeddatamgr/pasteboard/adapter/test/ |
| D | device_profile_client_test.cpp | 91 std::thread thread([=] { in LoadSystemAbilityFailImpl() local 103 std::thread thread([=] { in LoadSystemAbilitySuccImpl() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/offscreen_render/ |
| D | rs_offscreen_render_thread_test.cpp | 94 std::shared_ptr<RSOffscreenRenderThread> thread = std::make_shared<RSOffscreenRenderThread>(); variable
|
| /foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/ |
| D | thread_pool.h | 49 mutable std::thread thread; member
|
| /foundation/distributeddatamgr/pasteboard/services/switch/ |
| D | pasteboard_switch.cpp | 32 std::thread thread([userId = userId_, this]() { in PastedSwitch() local
|
| /foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
| D | errorcode_convertor_test.cpp | 57 std::thread thread([this]() { in AllTest001() local
|
| /foundation/communication/netmanager_base/test/netcommon/unittest/net_common/ |
| D | errorcode_convertor_test.cpp | 56 std::thread thread([this]() { in AllTest001() local
|
| /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/resourceschedule/ffrt/include/eu/ |
| D | sexecute_unit.h | 33 void WorkerPrepare(CPUWorker* thread) override in WorkerPrepare()
|
| /foundation/graphic/graphic_surface/surface/test/systemtest/ |
| D | native_window_test.cpp | 153 std::thread thread([this, pipeRead, pipeWrite, producer]() { in __anonab31601c0102() variable 276 std::thread thread([this, pipeRead, pipeWrite, producer]() { in __anonab31601c0202() variable 387 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anonab31601c0302() variable 543 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anonab31601c0402() variable 683 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anonab31601c0502() variable 775 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anonab31601c0602() variable 892 std::thread thread([this, pipeRead, pipeWrite, producer, cUniqueId]() { in __anonab31601c0702() variable 1059 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anonab31601c0802() variable
|
| /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
|