Home
last modified time | relevance | path

Searched refs:thread_group_id_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/performanced/
Dtask.h31 pid_t thread_group_id() const { return thread_group_id_; } in thread_group_id()
55 pid_t thread_group_id_; variable
Dtask.cpp46 thread_group_id_(-1), in Task()
60 task_id_, name_.c_str(), thread_group_id_, parent_process_id_, in Task()
134 thread_group_id_ = std::strtol(value.c_str(), nullptr, 10); in ReadStatusFields()