Home
last modified time | relevance | path

Searched refs:TID (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-user.md196 [TID:18 Leak:0x320 byte(s)] Allocated from:
200 [TID:18 Leak:0x320 byte(s)] Allocated from:
212 [TID:18 Leak:0x320 byte(s)] Allocated from:
216 [TID:18 Leak:0x320 byte(s)] Allocated from:
249 [TID: 18, Used: 0x320]
260 [TID:18 Leak:0x320 byte(s)] Allocated from:
264 [TID:18 Leak:0x320 byte(s)] Allocated from:
337 [TID: 18, Used: 0x640]
413 [TID: 18, Used: 0x640]
430 [TID: 18, Used: 0x640]
[all …]
H A Dkernel-small-debug-shell-cmd-task.md54 TID PID Affi CPU Status StackSize WaterLine CPUUSE10s MEMUSE TaskName
74 | TID | 任务ID。 |
H A Dkernel-small-debug-shell-cmd-top.md58 TID PID Affi CPU Status StackSize WaterLine CPUUSE10s MEMUSE TaskName
95 | TID | 任务ID。 |
H A Dkernel-small-debug-shell-error.md44 TID PID Status StackSize WaterLine Policy Priority MEMUSE TaskName
119 TID PID Status StackSize WaterLine Policy Priority MEMUSE TaskName
H A Dkernel-small-debug-shell-cmd-watch.md61 TID PID Affi CPU Status StackSize WaterLine CPUUSE10s MEMUSE TaskName
H A Dkernel-mini-memory-exception.md177TID Priority Status StackSize WaterLine StackPoint TopOfStack EventMask SemID CPUUSE CPUUSE10…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp75 …: ptrID (id), strongRefCNT (strong), weakRefCNT (weak), refCNT (ref), PID (pid), TID (tid), exTrac… in RefTracker()
86 TID = tid; in GetTrace()
97 TID = tid; in GetStrongTrace()
108 TID = tid; in GetWeakTrace()
116 …t_cast<size_t>(ptrID), reinterpret_cast<size_t>(root), strongRefCNT, weakRefCNT, refCNT, PID, TID); in PrintTrace()
122 reinterpret_cast<size_t>(ptrID), reinterpret_cast<size_t>(root), strongRefCNT, PID, TID); in PrintStrongTrace()
128 reinterpret_cast<size_t>(ptrID), reinterpret_cast<size_t>(root), weakRefCNT, PID, TID); in PrintWeakTrace()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-user.md204 [TID:18 Leak:0x320 byte(s)] Allocated from:
208 [TID:18 Leak:0x320 byte(s)] Allocated from:
220 [TID:18 Leak:0x320 byte(s)] Allocated from:
224 [TID:18 Leak:0x320 byte(s)] Allocated from:
257 [TID: 18, Used: 0x320]
268 [TID:18 Leak:0x320 byte(s)] Allocated from:
272 [TID:18 Leak:0x320 byte(s)] Allocated from:
345 [TID: 18, Used: 0x640]
421 [TID: 18, Used: 0x640]
438 [TID: 18, Used: 0x640]
[all …]
H A Dkernel-small-debug-shell-cmd-task.md54 TID PID Affi CPU Status StackSize WaterLine CPUUSE10s MEMUSE TaskName
74 | TID | Task ID.|
H A Dkernel-small-debug-shell-cmd-top.md58 TID PID Affi CPU Status StackSize WaterLine CPUUSE10s MEMUSE TaskName
95 | TID | Task ID. |
H A Dkernel-small-debug-shell-error.md41 TID PID Status StackSize WaterLine Policy Priority MEMUSE TaskName
114 TID PID Status StackSize WaterLine Policy Priority MEMUSE TaskName
H A Dkernel-small-debug-shell-cmd-watch.md61 TID PID Affi CPU Status StackSize WaterLine CPUUSE10s MEMUSE TaskName
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp45 EventCol::PID, EventCol::TID, EventCol::UID, in IsInnerCond()
87 } else if (cond.col_ == EventCol::TID) { in IsContainInnerCond()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Drefbase.cpp94 int TID; member in OHOS::RefTracker
99 …: ptrID (id), strongRefCnt (strong), weakRefCnt (weak), refCnt (ref), PID (pid), TID (tid), exTrac… in RefTracker()
107 ptrID, refCounterPtr, strongRefCnt, weakRefCnt, refCnt, PID, TID); in PrintTrace()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiperf.md253 … (-app PACKAGE_NAME | -lp LOCAL_PROGRAM | -cmd CMD | -p [PID [PID ...]] | -t [TID [TID ...]] | -sw)
H A Dhidumper.md436 UID PID TID PPID TCNT STIME TTY TIME CMD
447 UID PID TID PPID TCNT STIME TTY TIME CMD
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp89 constexpr char TID[] = "tid"; variable
274 { TID, std::to_string(tid) }, { ROLE, std::to_string(role) } }; in ReportKeyThread()
314 { PID, std::to_string(pid) }, { TID, std::to_string(tid) } }; in ReportAudioData()
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-process.md27 | tid<sup>8+</sup> | number | Yes | No | Thread ID (TID) of the thread. |
272 Obtains the thread priority based on the specified TID.
284 | v | number | Yes | TID. |
483 Obtains the thread priority based on the specified TID.
493 | v | number | Yes | TID. |
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.cpp48 … long tid = std::strtol(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in GetResultMap()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-refbase.md282 (sptr pointer) call (RefBase pointer). strong: x weak: x refcnnt: x PID: xxx TID: xxx
284 (sptr pointer) call (RefBase pointer). strong: x weak: x refcnnt: x PID: xxx TID: xxx
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h44 static std::string TID; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp135 ASSERT_TRUE(eventJsonStr.find(EventCol::TID) != std::string::npos); in CheckEvent()
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiperf.md253 … (-app PACKAGE_NAME | -lp LOCAL_PROGRAM | -cmd CMD | -p [PID [PID ...]] | -t [TID [TID ...]] | -sw)
/ohos5.0/foundation/systemabilitymgr/samgr_lite/
H A DREADME_zh.md533 HILOG_INFO(HILOG_MODULE_APP, "[TID:0x%lx]Remote response is %s!", pthread_self(), data);
547 …HILOG_INFO(HILOG_MODULE_APP, "[TID:0x%lx]Notify Remote response is %s!", pthread_self(), response);
H A DREADME.md474 HILOG_INFO(HILOG_MODULE_APP, "[TID:0x%lx]Remote response is %s!", pthread_self(), data);
488 …HILOG_INFO(HILOG_MODULE_APP, "[TID:0x%lx]Notify Remote response is %s!", pthread_self(), response);

12