Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 15 of 15) sorted by relevance

/base/hiviewdfx/hiview/base/event_pool/
Devent_thread_pool.cpp89 std::string tid = std::to_string(Thread::GetTid()); in TaskCallback()
96 Thread::SetThreadDescription(name); in TaskCallback()
122 Thread::SetThreadDescription(taskEvent.name_); in TaskCallback()
125 Thread::SetThreadDescription(name); in TaskCallback()
/base/hiviewdfx/hiview/base/utility/include/
Dthread_util.h22 namespace Thread {
/base/hiviewdfx/hiview/base/utility/
Dthread_util.cpp23 namespace Thread { namespace
/base/sensors/miscdevice/services/miscdevice_service/include/
Dvibrator_thread.h29 class VibratorThread : public Thread {
/base/hiviewdfx/hiview/base/
Dpipeline.cpp46 createTime_, std::to_string(Thread::GetTid())); in OnContinue()
96 createTime_, std::to_string(Thread::GetTid())); in OnFinish()
Devent_dispatch_queue.cpp46 Thread::SetThreadDescription(threadName_.substr(0, threadNameLen)); in Run()
Dplugin.cpp75 std::to_string(Thread::GetTid())); in OnEventProxy()
Devent_loop.cpp408 Thread::SetThreadDescription(restrictedName); in Run()
410 name_ = name_ + "@" + std::to_string(Thread::GetTid()); in Run()
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest012/
Drustpanic-rustpanic_maker-0-2023041922211323 Thread name:rustpanic_maker
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest006/
Drustpanic-rustpanic_maker-0-2023041922211323 Thread name:rustpanic_maker
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest007/
Drustpanic-rustpanic_maker-0-2023041922211323 Thread name:rustpanic_maker
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest009/
Drustpanic-rustpanic_maker-0-2023041922211323 Thread name:rustpanic_maker
/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
Dlib.rs88 Thread = 1, enumerator
/base/hiviewdfx/faultloggerd/docs/
Dusage.md66 Fault Thread Info包含崩溃的线程名以及调用栈,大部分场景下栈的最上层就是崩溃的原因,如空指针访问以及程序主动abort。\
/base/hiviewdfx/hitrace/
DREADME_zh.md28 - 在进程Native层TLS(Thread Local Storage)中存储traceid。