Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/performance/executor/
DThrTaskContainer.cpp24 void ThrTaskContainer::StartLoop(const std::string& threadName) in StartLoop()
60 void ThrTaskContainer::Entry(const std::string& threadName) in Entry()
/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_watchdog.cpp26 std::string threadName = handler->GetEventRunner()->GetRunnerThreadName(); in AddHandlerThread() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/include/
Ddfx_kernel_stack.h25 std::string threadName = ""; member
/base/notification/eventhandler/interfaces/inner_api/
Devent_runner.h91 static std::shared_ptr<EventRunner> Create(const std::string &threadName, ThreadMode threadMode) in Create()
117 static inline std::shared_ptr<EventRunner> Create(const char *threadName, ThreadMode threadMode) in Create()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_thread.h37 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.c113 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
Dbacktrace_local_thread.cpp95 std::string threadName; in GetFormattedStr() local
Dbacktrace_local.cpp45 std::string threadName; in GetThreadHead() local
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dlog_util.h30 std::string threadName; member
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
Dhc_thread.c112 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.h35 std::string threadName; // app thread name member
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
Dhc_task_thread.c121 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/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp378 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction() local
407 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction() local
Devent_runner.cpp436 inline void SetThreadName(const std::string &threadName) in SetThreadName()
587 std::shared_ptr<EventRunner> EventRunner::Create(const std::string &threadName, Mode mode, ThreadMo… in Create()
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_dump_request.h119 char threadName[NAME_BUF_LEN]; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp325 std::string threadName; local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp1056 const std::string threadName = "TraceDumpTask"; in ProcessDumpTask() local
1290 const std::string threadName = "TraceMonitor"; in MonitorServiceTask() local
/base/useriam/user_auth_framework/test/unittest/executors/
Dexecutor_unit_test.cpp1206 static std::string threadName = "executor_unit_test"; variable
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
Dems_event_runner_system_test.cpp203 …d CreateRunnerWithName(const std::shared_ptr<EventHandler> &handler, const std::string &threadName) in CreateRunnerWithName()