Home
last modified time | relevance | path

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

123

/foundation/communication/dsoftbus/tests/adapter/unittest/
Dsoftbus_thread_test.cpp63 SoftBusThread thread = SoftBusThreadGetSelf(); in ThreadSelfTest() local
443 SoftBusThread thread = 0; variable
458 SoftBusThread thread = 0; variable
477 SoftBusThread thread = 0; variable
497 SoftBusThread thread = 0; variable
516 SoftBusThread thread = 0; variable
535 SoftBusThread thread = 0; variable
554 SoftBusThread thread = 0; variable
573 SoftBusThread thread = 0; variable
593 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.h24 thread() noexcept in thread() function
30 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread() function
43 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread() function
58 explicit thread(Fn&& fn, Args&& ... args) in thread() function
72 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.cpp67 TaskCtx* CPUWorkerManager::PickUpTask(WorkerThread* thread) in PickUpTask()
79 void CPUWorkerManager::NotifyTaskPicked(const WorkerThread* thread) in NotifyTaskPicked()
84 void CPUWorkerManager::WorkerRetired(WorkerThread* thread) in WorkerRetired()
103 WorkerAction CPUWorkerManager::WorkerIdleAction(const WorkerThread* thread) in WorkerIdleAction()
Dqos_policy.cpp61 void SetPriority(unsigned char priority, WorkerThread* thread) in SetPriority()
Dworker_thread.h111 std::thread thread; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_cold_start_thread_test.cpp49 RSColdStartThread thread { surfaceRenderNode, id }; variable
122 RSColdStartThread thread { surfaceRenderNode, nodeId }; variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
Dauto_sync_timer_test.cpp170 std::thread thread([&finished] { in __anon3ec0f2af0102() variable
202 std::thread thread([&finished] { in __anon3ec0f2af0202() variable
233 std::thread thread([&finished] { in __anon3ec0f2af0302() variable
310 std::thread thread([&finished] { in __anon3ec0f2af0402() variable
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
Dframe_msg_intf_test.cpp57 std::shared_ptr<AppExecFwk::EventHandler> thread = FrameMsgIntf::GetInstance().threadHandler_; in TearDown() local
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
Dsoftbus_adapter_thread.c284 NO_SANITIZE("cfi") int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, in SoftBusThreadCreate()
334 int32_t SoftBusThreadJoin(SoftBusThread thread, void **value) in SoftBusThreadJoin()
350 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/netmanager_base/test/netcommon/unittest/net_common_test/
Derrorcode_convertor_test.cpp56 std::thread thread([this]() { in AllTest001() local
/foundation/ai/ai_engine/services/server/server_executor/source/
Dengine.cpp29 Engine::Engine(std::shared_ptr<Plugin> &plugin, std::shared_ptr<Thread> &thread, in Engine()
/foundation/ai/ai_engine/services/common/platform/threadpool/include/
Dthread.h112 void SetThread(Thread *thread) in SetThread()
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
Dapplifecycledeal_fuzzer.cpp60 sptr<IAppScheduler> thread = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/image_provider/
Dimage_provider_test_ng.cpp72 for (auto& thread : g_threads) { in WaitForAsyncTasks() local
/foundation/ai/ai_engine/test/common/threadpool/
Dthread_pool_test.cpp125 Thread thread; variable
/foundation/multimedia/player_framework/services/services/avcodec/server/
Davcodec_server.cpp57 …std::unique_ptr<std::thread> thread = std::make_unique<std::thread>(&AVCodecServer::ExitProcessor,… in ~AVCodecServer() local
187 …std::unique_ptr<std::thread> thread = std::make_unique<std::thread>(&AVCodecServer::ExitProcessor,… in Release() local
/foundation/multimedia/media_library/frameworks/services/media_async_worker/src/
Dmedialibrary_async_worker.cpp53 for (auto &thread : threads_) { in ~MediaLibraryAsyncWorker() local
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_lifecycle_deal.cpp157 void AppLifeCycleDeal::SetApplicationClient(const sptr<IAppScheduler> &thread) in SetApplicationClient()
/foundation/resourceschedule/ffrt/src/dfx/bbox/
Dbbox.cpp105 for (auto& thread : workerGroup[i].threads) { in SaveWorkerStatus() local
329 for (auto& thread : workerGroup[i].threads) { in SaveWorkerStatusInfo() local
/foundation/ability/ability_runtime/test/fuzztest/apprunningrecordfirst_fuzzer/
Dapprunningrecordfirst_fuzzer.cpp95 sptr<IAppScheduler> thread; in DoSomethingInterestingWithMyAPI() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_util.c131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin()

123