Searched defs:tid (Results  1 – 13 of 13) sorted by relevance
| /art/runtime/ | 
| D | runtime_linux.cc | 38     pid_t tid = GetTid();  in HandleUnexpectedSignalLinux()  local
  | 
| D | native_stack_dump.cc | 320                      pid_t tid,  in DumpNativeStack() 331                      pid_t tid,  in DumpNativeStack()
  | 
| D | thread_list.cc | 154 static void DumpUnattachedThread(std::ostream& os, pid_t tid, bool dump_native_stack)  in DumpUnattachedThread() 175     pid_t tid = strtol(e->d_name, &end, 10);  in DumpUnattachedThreads()  local 481         for (uint32_t tid : runnable_thread_ids) {  in RunEmptyCheckpoint()  local 494             uint32_t tid = thread->GetThreadId();  in RunEmptyCheckpoint()  local 1128 Thread* ThreadList::FindThreadByTid(int tid) {  in FindThreadByTid()
  | 
| D | runtime_common.cc | 397     pid_t tid = GetTid();  in HandleUnexpectedSignalCommonDump()  local
  | 
| D | thread.cc | 1942 static std::string GetSchedulerGroupName(pid_t tid) {  in GetSchedulerGroupName() 1968 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) {  in DumpState() 4371   RootCallbackVisitor(RootVisitor* visitor, uint32_t tid) : visitor_(visitor), tid_(tid) {}  in RootCallbackVisitor()
  | 
| D | thread.h | 1819     uint32_t tid;  member
  | 
| /art/libartpalette/apex/ | 
| D | palette.cc | 115 palette_status_t PaletteSchedSetPriority(int32_t tid, int32_t java_priority) {  in PaletteSchedSetPriority() 120 palette_status_t PaletteSchedGetPriority(int32_t tid, /*out*/int32_t* java_priority) {  in PaletteSchedGetPriority() 251 palette_status_t PaletteSetTaskProfiles(int32_t tid,  in PaletteSetTaskProfiles()
  | 
| D | palette_test.cc | 60   int32_t tid = GetTid();  in TEST_F()  local
  | 
| /art/libartpalette/system/ | 
| D | palette_fake.cc | 34 palette_status_t PaletteSchedSetPriority(int32_t tid, int32_t priority) {  in PaletteSchedSetPriority() 44 palette_status_t PaletteSchedGetPriority(int32_t tid,  in PaletteSchedGetPriority()
  | 
| /art/libartbase/base/ | 
| D | utils.cc | 203 std::string GetThreadName(pid_t tid) {  in GetThreadName() 314 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) {  in GetTaskStats()
  | 
| /art/tools/signal_dumper/ | 
| D | signal_dumper.cc | 351     pid_t tid = strtoul(de->d_name, &end, 10);  in PtraceSiblings()  local 507                 pid_t tid,  in DumpThread() 598   for (pid_t tid : tids) {  in DumpProcess()  local
  | 
| /art/test/137-cfi/ | 
| D | cfi.cc | 215 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed ATTRIBUTE_UNUSED) {  in wait_for_sigstop()
  | 
| /art/runtime/native/ | 
| D | dalvik_system_VMRuntime.cc | 426   pid_t tid = self->GetTid();  in VMRuntime_setSystemDaemonThreadPriority()  local
  |