Home
last modified time | relevance | path

Searched refs:TID (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp75 : ptrID (id), strongRefCNT (strong), weakRefCNT (weak), refCNT (ref), PID (pid), TID (tid), exTrace (exTracker) in RefTracker()
86 TID = tid; in GetTrace()
97 TID = tid; in GetStrongTrace()
108 TID = tid; in GetWeakTrace()
115 "refcnt: %{public}d PID: %{public}d TID: %{public}d", in PrintTrace()
116 reinterpret_cast<size_t>(ptrID), reinterpret_cast<size_t>(root), strongRefCNT, weakRefCNT, refCNT, PID, TID); in PrintTrace()
121 UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. strongcnt: %{public}d PID: %{public}d TID: %{public}d", in PrintStrongTrace()
122 reinterpret_cast<size_t>(ptrID), reinterpret_cast<size_t>(root), strongRefCNT, PID, TID); in PrintStrongTrace()
127 UTILS_LOGI("ptrID(%{public}lx) call %{public}lx. weakcnt: %{public}d PID: %{public}d TID: %{public}d", in PrintWeakTrace()
128 reinterpret_cast<size_t>(ptrID), reinterpret_cast<size_t>(root), weakRefCNT, PID, TID); in PrintWeakTrace()
[all...]
H A Drefbase.h263 // it manages), the amount of strong/weak/refcout and the PID&TID.
296 int TID; member in OHOS::RefTracker

Completed in 2 milliseconds