Searched defs:tid (Results 1 – 13 of 13) sorted by relevance
/art/libartpalette/system/ |
D | palette_fake.cc | 36 enum PaletteStatus PaletteSchedSetPriority(int32_t tid, int32_t priority) { in PaletteSchedSetPriority() 46 enum PaletteStatus PaletteSchedGetPriority(int32_t tid, in PaletteSchedGetPriority()
|
/art/runtime/ |
D | runtime_linux.cc | 38 pid_t tid = GetTid(); in HandleUnexpectedSignalLinux() local
|
D | thread_list.cc | 121 bool ThreadList::Contains(pid_t tid) { in Contains() 159 static void DumpUnattachedThread(std::ostream& os, pid_t tid, bool dump_native_stack) in DumpUnattachedThread() 180 pid_t tid = strtol(e->d_name, &end, 10); in DumpUnattachedThreads() local 475 for (uint32_t tid : runnable_thread_ids) { in RunEmptyCheckpoint() local 488 uint32_t tid = thread->GetThreadId(); in RunEmptyCheckpoint() local
|
D | runtime_common.cc | 397 pid_t tid = GetTid(); in HandleUnexpectedSignalCommonDump() local
|
D | native_stack_dump.cc | 321 pid_t tid, in DumpNativeStack()
|
D | trace.cc | 826 pid_t tid = thread->GetTid(); in RegisterThread() local
|
D | thread.h | 1580 uint32_t tid; member
|
/art/libartpalette/apex/ |
D | palette_test.cc | 46 int32_t tid = GetTid(); in TEST_F() local
|
D | palette.cc | 118 enum PaletteStatus PaletteSchedSetPriority(int32_t tid, int32_t java_priority) { in PaletteSchedSetPriority() 123 enum PaletteStatus PaletteSchedGetPriority(int32_t tid, /*out*/int32_t* java_priority) { in PaletteSchedGetPriority()
|
/art/libartbase/base/ |
D | utils.cc | 196 std::string GetThreadName(pid_t tid) { in GetThreadName() 286 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 496 pid_t tid, in DumpThread() 602 for (pid_t tid : tids) { in DumpProcess() local
|
/art/test/137-cfi/ |
D | cfi.cc | 183 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 | 695 pid_t tid = self->GetTid(); in VMRuntime_setSystemDaemonThreadPriority() local
|