Searched defs:tid (Results 1 – 15 of 15) 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()
|
D | palette_android.cc | 62 enum PaletteStatus PaletteSchedSetPriority(int32_t tid, int32_t managed_priority) { in PaletteSchedSetPriority() 88 enum PaletteStatus PaletteSchedGetPriority(int32_t tid, /*out*/int32_t* managed_priority) { in PaletteSchedGetPriority()
|
/art/runtime/ |
D | runtime_linux.cc | 38 pid_t tid = GetTid(); in HandleUnexpectedSignalLinux() local
|
D | native_stack_dump.cc | 315 pid_t tid, in DumpNativeStack() 413 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
|
D | thread_list.cc | 122 bool ThreadList::Contains(pid_t tid) { in Contains() 160 static void DumpUnattachedThread(std::ostream& os, pid_t tid, bool dump_native_stack) in DumpUnattachedThread() 182 pid_t tid = strtol(e->d_name, &end, 10); in DumpUnattachedThreads() local 474 for (uint32_t tid : runnable_thread_ids) { in RunEmptyCheckpoint() local 487 uint32_t tid = thread->GetThreadId(); in RunEmptyCheckpoint() local
|
D | runtime_common.cc | 392 pid_t tid = GetTid(); in HandleUnexpectedSignalCommonDump() local
|
D | thread.cc | 1770 static std::string GetSchedulerGroupName(pid_t tid) { in GetSchedulerGroupName() 1796 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { in DumpState() 3946 RootCallbackVisitor(RootVisitor* visitor, uint32_t tid) : visitor_(visitor), tid_(tid) {} in RootCallbackVisitor()
|
D | trace.cc | 821 pid_t tid = thread->GetTid(); in RegisterThread() local
|
D | thread.h | 1507 uint32_t tid; member
|
/art/libartpalette/apex/ |
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()
|
D | palette_test.cc | 46 int32_t tid = GetTid(); in TEST_F() local
|
/art/libartbase/base/ |
D | utils.cc | 172 std::string GetThreadName(pid_t tid) { in GetThreadName() 262 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { in GetTaskStats()
|
/art/tools/timeout_dumper/ |
D | timeout_dumper.cc | 354 pid_t tid = strtoul(de->d_name, &end, 10); in PtraceSiblings() local 517 pid_t tid, in DumpThread() 624 for (pid_t tid : tids) { in DumpProcess() local
|
/art/test/137-cfi/ |
D | cfi.cc | 176 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 | 691 pid_t tid = self->GetTid(); in VMRuntime_setSystemDaemonThreadPriority() local
|