Home
last modified time | relevance | path

Searched defs:ThreadId (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dcmd_report_sample.cpp133 struct ThreadId { struct
134 uint32_t pid;
135 uint32_t tid;
137 ThreadId(uint32_t pid, uint32_t tid) : pid(pid), tid(tid) {} in ThreadId() function
139 bool operator==(const ThreadId& other) const { return pid == other.pid && tid == other.tid; } in operator ==()
Devent_fd.h55 pid_t ThreadId() const { return tid_; } in ThreadId() function