Home
last modified time | relevance | path

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

1234

/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
461 SoftBusThread thread = 0; variable
476 SoftBusThread thread = 0; variable
495 SoftBusThread thread = 0; variable
515 SoftBusThread thread = 0; variable
534 SoftBusThread thread = 0; variable
553 SoftBusThread thread = 0; variable
572 SoftBusThread thread = 0; variable
591 SoftBusThread thread = 0; variable
611 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
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/
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/src/eu/
Dworker_manager.cpp24 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
Dcpuworker_manager.cpp95 unsigned int CPUWorkerManager::StealTaskBatch(WorkerThread* thread) in StealTaskBatch()
124 PollerRet CPUWorkerManager::TryPoll(const WorkerThread* thread, int timeout) in TryPoll()
153 void CPUWorkerManager::NotifyTaskPicked(const WorkerThread* thread) in NotifyTaskPicked()
158 void CPUWorkerManager::WorkerRetired(WorkerThread* thread) in WorkerRetired()
239 bool CPUWorkerManager::IsExceedRunningThreshold(const WorkerThread* thread) in IsExceedRunningThreshold()
Dscpuworker_manager.cpp84 void SCPUWorkerManager::WorkerRetiredSimplified(WorkerThread* thread) in WorkerRetiredSimplified()
126 TaskBase* SCPUWorkerManager::PickUpTaskBatch(WorkerThread* thread) in PickUpTaskBatch()
199 WorkerAction SCPUWorkerManager::WorkerIdleAction(const WorkerThread* thread) in WorkerIdleAction()
243 void SCPUWorkerManager::WorkerPrepare(WorkerThread* thread) in WorkerPrepare()
Dworker_thread.cpp81 void SetThreadAttr(WorkerThread* thread, const QoS& qos) in SetThreadAttr()
/foundation/resourceschedule/ffrt/test/ut/testcase/
Dut_condition.cpp189 ffrt_thread_t thread; variable
200 ffrt_thread_t thread; variable
208 ffrt_thread_t thread; variable
Dut_rtg.cpp229 for (auto& thread : threads) { variable
314 for (auto& thread : threads) { variable
/foundation/multimedia/player_framework/.vscode/
Dsettings.json7 "thread": "cpp", string
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
Dsecurity_manager_test.cpp102 std::thread thread([dbPath, dbName, blockResult]() { in __anon080a378c0102() variable
131 std::thread thread([dbPath, dbName, blockResult]() { in __anon080a378c0202() variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_beta_recorder.cpp75 std::thread thread([]() { in LaunchBetaRecordNotificationThread() local
86 std::thread thread([]() { in LaunchBetaRecordFileSplitThread() local
102 std::thread thread([]() { in LaunchBetaRecordMetricsUpdateThread() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
Dglobal_config.h42 ThreadConfig *thread = nullptr; variable
/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/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
Dwifi_direct_mock.cpp402 std::thread thread(run); in CreateGroupSuccessAction() local
414 std::thread thread(run); in CreateGroupFailureAction() local
426 std::thread thread(run); in CreateGroupTimeOutAction() local
440 std::thread thread(run); in ConnectSuccessAction() local
452 std::thread thread(run); in ConnectFailureAction() local
464 std::thread thread(run); in ConnectTimeOutAction() local
478 std::thread thread(run); in DestroyGroupSuccessAction() local
490 std::thread thread(run); in DestroyGroupFailureAction() local
502 std::thread thread(run); in DestroyGroupTimeOutAction() 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/graphic/graphic_surface/test/surface_test/systemtest/
Dnative_window_test.cpp150 std::thread thread([this, pipeFd, producer]() { in __anon656395190102() variable
215 std::thread thread([this, pipeFd, uniqueId]() { in __anon656395190202() variable
302 std::thread thread([this, pipeFd, producer]() { in __anon656395190302() variable
430 std::thread thread([this, pipeFd, uniqueId]() { in __anon656395190402() variable
512 std::thread thread([this, pipeFd, uniqueId]() { in __anon656395190502() variable
694 std::thread thread([this, pipeFd, uniqueId]() { in __anon656395190602() variable
747 std::thread thread([this, pipeFd, uniqueId]() { in __anon656395190702() variable
899 std::thread thread([this, pipeFd, producer, cUniqueId]() { in __anon656395190802() variable
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/task_manager/
Dthread_pool.h49 mutable std::thread thread; member
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common/
Derrorcode_convertor_test.cpp56 std::thread thread([this]() { in AllTest001() local
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
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/graphic/graphic_surface/surface/test/systemtest/
Dnative_window_test.cpp153 std::thread thread([this, pipeRead, pipeWrite, producer]() { in __anon31584efa0102() variable
276 std::thread thread([this, pipeRead, pipeWrite, producer]() { in __anon31584efa0202() variable
387 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anon31584efa0302() variable
543 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anon31584efa0402() variable
683 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anon31584efa0502() variable
775 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anon31584efa0602() variable
892 std::thread thread([this, pipeRead, pipeWrite, producer, cUniqueId]() { in __anon31584efa0702() variable
1059 std::thread thread([this, pipeRead, pipeWrite, uniqueId]() { in __anon31584efa0802() variable

1234