Searched defs:tid (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | thread_android.cc | 56 pid_t tid = GetTid(); in SetNativePriority() local
|
D | runtime_linux.cc | 331 pid_t tid = GetTid(); in HandleUnexpectedSignal() local
|
D | utils.cc | 75 std::string GetThreadName(pid_t tid) { in GetThreadName() 987 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats() 1004 std::string GetSchedulerGroupName(pid_t tid) { in GetSchedulerGroupName() 1107 void DumpNativeStack(std::ostream& os, pid_t tid, BacktraceMap* existing_map, const char* prefix, in DumpNativeStack() 1197 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
|
D | thread_list.cc | 104 bool ThreadList::Contains(pid_t tid) { in Contains() 142 static void DumpUnattachedThread(std::ostream& os, pid_t tid, bool dump_native_stack) in DumpUnattachedThread() 164 pid_t tid = strtol(e->d_name, &end, 10); in DumpUnattachedThreads() local
|
D | trace.cc | 870 pid_t tid = thread->GetTid(); in RegisterThread() local
|
D | thread.cc | 1215 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { in DumpState() 2811 RootCallbackVisitor(RootVisitor* visitor, uint32_t tid) : visitor_(visitor), tid_(tid) {} in RootCallbackVisitor()
|
D | thread.h | 1286 uint32_t tid; member
|
/art/test/137-cfi/ |
D | cfi.cc | 165 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed ATTRIBUTE_UNUSED) { in wait_for_sigstop()
|