Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 111) sorted by relevance

12345

/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_test/
Dchild_main_thread_test.cpp74 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/
Dsoftbus_thread_test.cpp56 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/
Dthread_linux.c44 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/
Dthread_pool.cpp69 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/
Dthread.h23 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/
Dut_cpu_worker.cpp84 WorkerAction WorkerIdleAction(CPUWorker *thread) in WorkerIdleAction()
90 void WorkerRetired(CPUWorker* thread) in WorkerRetired()
105 void WorkerPrepare(CPUWorker* thread) in WorkerPrepare()
Dut_condition.cpp195 ffrt_thread_t thread; variable
206 ffrt_thread_t thread; variable
Dut_rtg.cpp229 for (auto& thread : threads) { variable
314 for (auto& thread : threads) { variable
/foundation/resourceschedule/ffrt/src/eu/
Dexecute_unit.cpp131 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/
Dappcapture_perf_test.cpp153 const sptr<MainThread> thread; variable
173 const sptr<MainThread> thread; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_beta_recorder.cpp76 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/
Dsoftbus_adapter_thread.c253 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/
Devent_runner.cpp98 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/
Drdb_security_manager_test.cpp103 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/
Dglobal_config.h45 ThreadConfig *thread = nullptr; variable
/foundation/distributeddatamgr/pasteboard/adapter/test/
Ddevice_profile_client_test.cpp91 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/
Drs_offscreen_render_thread_test.cpp94 std::shared_ptr<RSOffscreenRenderThread> thread = std::make_shared<RSOffscreenRenderThread>(); variable
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
Dthread_pool.h49 mutable std::thread thread; member
/foundation/distributeddatamgr/pasteboard/services/switch/
Dpasteboard_switch.cpp32 std::thread thread([userId = userId_, this]() { in PastedSwitch() local
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
Derrorcode_convertor_test.cpp57 std::thread thread([this]() { in AllTest001() local
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common/
Derrorcode_convertor_test.cpp56 std::thread thread([this]() { in AllTest001() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_task_executor.cpp47 std::thread thread([pool, i] { in InitThreadPool() local
/foundation/resourceschedule/ffrt/include/eu/
Dsexecute_unit.h33 void WorkerPrepare(CPUWorker* thread) override in WorkerPrepare()
/foundation/graphic/graphic_surface/surface/test/systemtest/
Dnative_window_test.cpp153 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/
Dp2p_create_group_state.cpp39 std::thread thread(&P2pCreateGroupState::OnTimeout, this); in Enter() local

12345