Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 13 of 13) 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()
/art/runtime/
Druntime_linux.cc38 pid_t tid = GetTid(); in HandleUnexpectedSignalLinux() local
Dthread_list.cc121 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
Druntime_common.cc397 pid_t tid = GetTid(); in HandleUnexpectedSignalCommonDump() local
Dnative_stack_dump.cc321 pid_t tid, in DumpNativeStack()
Dtrace.cc826 pid_t tid = thread->GetTid(); in RegisterThread() local
Dthread.h1580 uint32_t tid; member
/art/libartpalette/apex/
Dpalette_test.cc46 int32_t tid = GetTid(); in TEST_F() local
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()
/art/libartbase/base/
Dutils.cc196 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/
Dsignal_dumper.cc351 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/
Dcfi.cc183 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.cc695 pid_t tid = self->GetTid(); in VMRuntime_setSystemDaemonThreadPriority() local