Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 25 of 26) sorted by relevance

12

/base/notification/eventhandler/interfaces/inner_api/
Devent_runner.h79 static std::shared_ptr<EventRunner> Create(const std::string &threadName) in Create()
91 static std::shared_ptr<EventRunner> Create(const std::string &threadName, ThreadMode threadMode) in Create()
104 static inline std::shared_ptr<EventRunner> Create(const char *threadName) in Create()
118 static inline std::shared_ptr<EventRunner> Create(const char *threadName, ThreadMode threadMode) in Create()
129 static std::shared_ptr<EventRunner> CreateNoWait(const std::string &threadName) in CreateNoWait()
/base/hiviewdfx/hiview/plugins/performance/executor/
DThrTaskContainer.cpp26 void ThrTaskContainer::StartLoop(const std::string& threadName) in StartLoop()
62 void ThrTaskContainer::Entry(const std::string& threadName) in Entry()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_thread.h37 std::string threadName = ""; member
61 void SetThreadName(const std::string& threadName) in SetThreadName()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp35 std::string threadName; in GetThreadHead() local
94 std::string threadName; in GetFormattedStr() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
Ddfx_kernel_stack.h25 std::string threadName = ""; member
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dlog_util.h30 std::string threadName; member
/base/hiviewdfx/faultloggerd/test/unittest/common/
Dcommon_cutil_test.cpp46 char threadName[NAME_BUF_LEN]; variable
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c116 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c115 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
Dtrace_collector_client.h35 std::string threadName; // app thread name member
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
Dhc_task_thread.c124 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) in InitHcTaskThread()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
Dlib_event_handler_event_runner_test.cpp67 …d CreateRunnerWithName(const std::shared_ptr<EventHandler> &handler, const std::string &threadName) in CreateRunnerWithName()
187 std::string threadName("threadName"); variable
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dgraphic_adapter_test.cpp59 static std::shared_ptr<MockEventRunner> Create(const std::string &threadName) in Create()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp303 std::string threadName; in ReadThreadWchan() local
358 pid_t GetTidByThreadName(pid_t pid, const std::string& threadName) in GetTidByThreadName()
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
Daccount_file_operator_test.cpp382 std::string threadName = "testThread"; variable
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp439 inline void SetThreadName(const std::string &threadName) in SetThreadName()
590 std::shared_ptr<EventRunner> EventRunner::Create(const std::string &threadName, Mode mode, ThreadMo… in Create()
Devent_handler.cpp385 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction() local
414 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction() local
/base/useriam/user_auth_framework/services/context/src/
Dsimple_auth_context.cpp238 … std::string threadName = std::to_string(GetContextId()) + "_msg_" + std::to_string(msgIndex); in SendAuthExecutorMsg() local
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
Dcpu.h75 std::string threadName; member
/base/hiviewdfx/hitrace/frameworks/trace_dump_executor/
Dtrace_dump_executor.cpp469 const std::string threadName = "ReadRawTraceLoop"; in ReadRawTraceLoop() local
512 const std::string threadName = "WriteTraceLoop"; in WriteTraceLoop() local
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_dump_request.h111 char threadName[NAME_BUF_LEN]; member
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp508 const std::string threadName = "CacheTraceTask"; in ProcessCacheTask() local
527 const std::string threadName = "RecordTraceTask"; in ProcessRecordTask() local
935 const std::string threadName = "CpuBufferBalancer"; in CpuBufferBalanceTask() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp346 std::string threadName; in IsSignalBlocked() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp3040 std::string threadName = "testThread"; variable
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp1207 static std::string threadName = "executor_unit_test"; variable

12