HomeSort by relevance Sort by last modified time
    Searched defs:Tid (Results 1 - 2 of 2) sorted by null

  /system/core/include/backtrace/
Backtrace.h 84 // If pid < 0 or equals the current pid and tid >= 0, then the Backtrace
86 // If pid >= 0 and tid < 0, then the Backtrace object corresponds to a
91 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = NULL);
98 static Backtrace* CreateOffline(pid_t pid, pid_t tid, BacktraceMap* map,
128 pid_t Tid() const { return tid_; }
153 Backtrace(pid_t pid, pid_t tid, BacktraceMap* map);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 587 ULONGLONG Tid:4;

Completed in 205 milliseconds