Searched refs:tid (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/ |
D | Misc.h | 307 bool dvmGetThreadStats(ProcStatData* pData, pid_t tid);
|
D | Misc.cpp | 633 bool dvmGetThreadStats(ProcStatData* pData, pid_t tid) in dvmGetThreadStats() argument 670 sprintf(nameBuf, "/proc/self/task/%d/stat", (int) tid); in dvmGetThreadStats()
|
D | Thread.cpp | 3127 static int getSchedulerGroup(int tid, char* buf, size_t bufLen) in getSchedulerGroup() argument 3134 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid); in getSchedulerGroup()
|
/dalvik/vm/oo/ |
D | Class.cpp | 206 unsigned int tid = (unsigned int) pthread_self(); in logClassLoadWithTime() local 208 LOG(LOG_INFO, "PRELOAD", "%c%d:%d:%d:%s:%d:%s:%lld", type, ppid, pid, tid, in logClassLoadWithTime()
|