/foundation/communication/dsoftbus/tests/adapter/unittest/ |
D | softbus_thread_test.cpp | 63 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/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 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/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/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
D | rs_cold_start_thread_test.cpp | 49 RSColdStartThread thread { surfaceRenderNode, id }; variable 69 RSColdStartThread thread { surfaceRenderNode, id }; variable 88 RSColdStartThread thread { surfaceRenderNode, id }; variable
|
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/ |
D | frame_msg_intf_test.cpp | 57 std::shared_ptr<AppExecFwk::EventHandler> thread = FrameMsgIntf::GetInstance().threadHandler_; in TearDown() local
|
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
D | netmanager_hitrace_test.cpp | 52 std::thread thread([this]() { in __anon7aeaa98c0202() variable
|
/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
D | softbus_adapter_thread.c | 284 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, void *(*threadEnt… 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/ |
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/datamgr_service/services/distributeddataservice/adapter/autils/src/thread_pool/ |
D | kv_store_thread_pool_impl.cpp | 59 for (auto thread = threadList.begin(); thread != threadList.end(); thread++) { in Stop() local
|
/foundation/ai/engine/services/common/platform/threadpool/include/ |
D | thread.h | 112 void SetThread(Thread *thread) in SetThread()
|
/foundation/ai/engine/services/server/server_executor/source/ |
D | engine.cpp | 29 Engine::Engine(std::shared_ptr<Plugin> &plugin, std::shared_ptr<Thread> &thread, in Engine()
|
D | engine_manager.cpp | 203 std::shared_ptr<Thread> thread = threadPool->Pop(); in CreateEngine() local
|
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/ |
D | applifecycledeal_fuzzer.cpp | 60 sptr<IAppScheduler> thread = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
D | app_lifecycle_deal.cpp | 145 void AppLifeCycleDeal::SetApplicationClient(const sptr<IAppScheduler> &thread) in SetApplicationClient()
|
/foundation/ai/engine/test/common/threadpool/ |
D | thread_pool_test.cpp | 126 Thread thread; variable
|
/foundation/multimedia/player_framework/services/services/avcodec/server/ |
D | avcodec_server.cpp | 57 …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/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
D | auto_sync_timer_test.cpp | 171 std::thread thread([&finished] { in __anonbcdfe2910102() variable
|
/foundation/ability/ability_runtime/test/fuzztest/apprunningrecordfirst_fuzzer/ |
D | apprunningrecordfirst_fuzzer.cpp | 91 sptr<IAppScheduler> thread; in DoSomethingInterestingWithMyAPI() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
D | sys_util.c | 131 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
D | task_pool_impl.cpp | 219 std::thread thread([this]() { in SpawnThreads() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
D | sys_util.c | 183 void PthreadJoin(pthread_t thread, void **retval) in PthreadJoin()
|
/foundation/communication/bluetooth/services/bluetooth/stack/src/hci/cmd/ |
D | hci_cmd.c | 138 Thread *thread = BTM_GetProcessingThread(); in HciCmdOnCmdTimeout() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
D | generic_virtual_device.cpp | 157 std::thread thread([context, communicateHandle, inMsg]() { in MessageCallback() local
|
/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
D | data_ability_helper_module_test.cpp | 72 sptr<AppExecFwk::AbilityThread> thread = nullptr; variable 98 sptr<AppExecFwk::AbilityThread> thread = nullptr; variable
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/test/moduletest/common/distributeddb/src/ |
D | distributeddb_kv_concurrency_crud_test.cpp | 108 …std::thread thread = std::thread(ConcurOperThread, reinterpret_cast<ConcurParam *>(kvThreadParam)); in KvCalculateTime() local
|