Home
last modified time | relevance | path

Searched defs:tgid (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp214 int64_t tgid = 0; in readPidStatusFile() local
457 pid_t tgid = -1; in readProcessStatsLocked() local
DThreadPriorityController.cpp42 pid_t tgid = std::get<1>(*tidStatus); in checkPidTidUid() local
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dtracker.py50 def __init__(self, tgid, is_driver, app_phase): argument