Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 15 of 15) sorted by relevance

/art/libartpalette/system/
Dpalette_fake.cc36 enum PaletteStatus PaletteSchedSetPriority(int32_t tid, int32_t priority) { in PaletteSchedSetPriority()
46 enum PaletteStatus PaletteSchedGetPriority(int32_t tid, in PaletteSchedGetPriority()
Dpalette_android.cc62 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/
Druntime_linux.cc38 pid_t tid = GetTid(); in HandleUnexpectedSignalLinux() local
Dnative_stack_dump.cc315 pid_t tid, in DumpNativeStack()
413 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
Dthread_list.cc122 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
Druntime_common.cc392 pid_t tid = GetTid(); in HandleUnexpectedSignalCommonDump() local
Dthread.cc1770 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()
Dtrace.cc821 pid_t tid = thread->GetTid(); in RegisterThread() local
Dthread.h1507 uint32_t tid; member
/art/libartpalette/apex/
Dpalette.cc118 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()
Dpalette_test.cc46 int32_t tid = GetTid(); in TEST_F() local
/art/libartbase/base/
Dutils.cc172 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/
Dtimeout_dumper.cc354 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/
Dcfi.cc176 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed ATTRIBUTE_UNUSED) { in wait_for_sigstop()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc691 pid_t tid = self->GetTid(); in VMRuntime_setSystemDaemonThreadPriority() local