Searched defs:tid (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | thread_android.cc | 56 pid_t tid = GetTid(); in SetNativePriority() local
|
D | runtime_linux.cc | 294 pid_t tid = GetTid(); in HandleUnexpectedSignal() local
|
D | utils.cc | 75 std::string GetThreadName(pid_t tid) { in GetThreadName() 1023 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats() 1040 std::string GetSchedulerGroupName(pid_t tid) { in GetSchedulerGroupName() 1065 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix, in DumpNativeStack() 1123 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
|
D | thread_list.cc | 75 bool ThreadList::Contains(pid_t tid) { in Contains() 105 static void DumpUnattachedThread(std::ostream& os, pid_t tid) NO_THREAD_SAFETY_ANALYSIS { in DumpUnattachedThread() 128 pid_t tid = strtol(e->d_name, &end, 10); in DumpUnattachedThreads() local
|
D | thread.cc | 751 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { in DumpState() 2171 RootCallbackVisitor(RootCallback* callback, void* arg, uint32_t tid) in RootCallbackVisitor()
|
D | thread.h | 984 uint32_t tid; member
|