Home
last modified time | relevance | path

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

12

/foundation/aafwk/standard/common/task_dispatcher/test/unittest/work_thread_test/
Dwork_thread_test.cpp68 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
73 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
106 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
114 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
150 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
186 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
221 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
227 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
233 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
258 …std::shared_ptr<WorkerThread> thread = std::make_shared<WorkerThread>(delegate, firstTask, factory… variable
[all …]
/foundation/communication/dsoftbus/tests/adapter/unittest/
Dsoftbus_thread_test.cpp61 SoftBusThread thread = SoftBusThreadGetSelf(); in ThreadSelfTest() local
434 SoftBusThread thread = 0; variable
449 SoftBusThread thread = 0; variable
467 SoftBusThread thread = 0; variable
487 SoftBusThread thread = 0; variable
508 SoftBusThread thread = 0; variable
529 SoftBusThread thread = 0; variable
550 SoftBusThread thread = 0; variable
571 SoftBusThread thread = 0; variable
592 SoftBusThread thread = 0; variable
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/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
176 void ThreadDelete(Thread *thread) in ThreadDelete()
190 void ThreadPostTask(Thread *thread, TaskFunc func, void *context) in ThreadPostTask()
204 Reactor *ThreadGetReactor(const Thread *thread) in ThreadGetReactor()
/foundation/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/communication/dsoftbus/adapter/common/kernel/liteos_a/
Dsoftbus_adapter_thread.c271 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, void *(*threadEnt… in SoftBusThreadCreate()
316 int32_t SoftBusThreadJoin(SoftBusThread thread, void **value) in SoftBusThreadJoin()
332 int32_t SoftBusThreadSetName(SoftBusThread thread, const char *name) in SoftBusThreadSetName()
/foundation/appexecfwk/standard/libs/libeventhandler/src/
Devent_runner.cpp94 bool Deposit(std::unique_ptr<std::thread> &thread, const ExitFunction &threadExit) in Deposit()
123 std::unique_ptr<std::thread> thread; member
351 inline bool Attach(std::unique_ptr<std::thread> &thread) in Attach()
426 auto thread = in Create() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/adapter/autils/src/thread_pool/
Dkv_store_thread_pool_impl.cpp54 for (auto thread = threadList.begin(); thread != threadList.end(); thread++) { in Stop() local
/foundation/graphic/standard/frameworks/wmtest/test/
Dcrash_native_test_1.cpp68 std::thread thread(threadFunc); in Run() local
/foundation/aafwk/standard/services/appmgr/src/
Dapp_lifecycle_deal.cpp124 void AppLifeCycleDeal::SetApplicationClient(const sptr<IAppScheduler> &thread) in SetApplicationClient()
/foundation/ai/engine/services/server/server_executor/source/
Dengine.cpp29 Engine::Engine(std::shared_ptr<Plugin> &plugin, std::shared_ptr<Thread> &thread, in Engine()
Dengine_manager.cpp203 std::shared_ptr<Thread> thread = threadPool->Pop(); in CreateEngine() local
/foundation/ai/engine/services/common/platform/threadpool/include/
Dthread.h112 void SetThread(Thread *thread) in SetThread()
/foundation/multimedia/audio_standard/services/src/audio_policy/client/
Daudio_policy_manager_listener_stub.cpp30 for (auto &thread : interruptThreads_) { in ~AudioPolicyManagerListenerStub() local
/foundation/communication/dsoftbus/components/nstackx_mini/nstackx_util/platform/liteos/
Dsys_util.c71 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin()
/foundation/ai/engine/test/common/threadpool/
Dthread_pool_test.cpp125 Thread thread; variable
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
Dframe_msg_intf_test.cpp58 std::shared_ptr<AppExecFwk::EventHandler> thread = FrameMsgIntf::GetInstance().threadHandler_; in TearDown() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_util.c131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/common/src/
Dtask_pool_impl.cpp219 std::thread thread([this]() { in SpawnThreads() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/syncer/
Dgeneric_virtual_device.cpp138 std::thread thread([context, communicateHandle, inMsg]() { in MessageCallback() local
Dvirtual_communicator_aggregator.cpp184 std::thread thread([communicator, srcTarget, dstTarget, msg, onDispatch]() { in DispatchMessage() local
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_preferences/src/
Dtask_pool.cpp234 std::thread thread([this]() { TaskWorker(); }); in SpawnThreads() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
Dsys_util.c183 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/cmd/
Dhci_cmd.c138 Thread *thread = BTM_GetProcessingThread(); in HciCmdOnCmdTimeout() local
/foundation/aafwk/standard/frameworks/kits/test/moduletest/cpp/abilitytest/
Ddata_ability_helper_module_test.cpp73 sptr<AppExecFwk::AbilityThread> thread = nullptr; variable
99 sptr<AppExecFwk::AbilityThread> thread = nullptr; variable
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/test/moduletest/common/distributeddb/src/
Ddistributeddb_kv_concurrency_crud_test.cpp108 …std::thread thread = std::thread(ConcurOperThread, reinterpret_cast<ConcurParam *>(kvThreadParam)); in KvCalculateTime() local

12