Home
last modified time | relevance | path

Searched refs:wchan (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp295 std::string wchan = ""; local
304 OHOS::HiviewDFX::LoadStringFromFile(wchanPath, wchan);
305 if (!comm.empty() && !wchan.empty()) {
310 ss << "wchan:" << wchan << std::endl;
330 std::string wchan; local
331 if (OHOS::HiviewDFX::LoadStringFromFile(wchanPath, wchan)) {
332 ss << "wchan:" << wchan << std::endl;
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-watcher-mainthreadjank-events-arkts.md176 …进行10次,重复栈帧会聚合在一起,不同调用层次通过行缩进进行区分,最终以树型方式进行展示。当抓栈失败(如主线程阻塞在内核或信号被屏蔽等情况)时,将会输出"/proc/self/wchan"文件内容。
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-watcher-mainthreadjank-events-arkts.md176 …ocked in the kernel or signals are masked), the content of the **/proc/self/wchan** file is output.