Home
last modified time | relevance | path

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

12

/system/core/libcutils/
Ddebugger.c30 static bool is32bit(pid_t tid) { in is32bit()
67 static int make_dump_request(debugger_action_t action, pid_t tid) { in make_dump_request()
109 int dump_backtrace_to_file(pid_t tid, int fd) { in dump_backtrace_to_file()
129 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) { in dump_tombstone()
Dsched_policy.c68 static int add_tid_to_cgroup(int tid, SchedPolicy policy) in add_tid_to_cgroup()
161 static int getSchedulerGroup(int tid, char* buf, size_t bufLen) in getSchedulerGroup()
222 int get_sched_policy(int tid, SchedPolicy *policy) in get_sched_policy()
261 int set_sched_policy(int tid, SchedPolicy policy) in set_sched_policy()
/system/core/debuggerd/arm/
Dmachine.cpp30 void dump_memory_and_code(log_t* log, pid_t tid) { in dump_memory_and_code()
62 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
/system/core/debuggerd/arm64/
Dmachine.cpp30 void dump_memory_and_code(log_t* log, pid_t tid) { in dump_memory_and_code()
66 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
/system/core/libbacktrace/
DBacktraceThread.cpp47 ThreadEntry::ThreadEntry(pid_t pid, pid_t tid) in ThreadEntry()
56 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get()
150 BacktraceThread::BacktraceThread(BacktraceImpl* impl, pid_t tid, BacktraceMap* map) in BacktraceThread()
Dthread_utils.c38 int tgkill(int tgid, int tid, int sig) { in tgkill()
DBacktraceImpl.cpp165 BacktraceImpl* impl, pid_t pid, pid_t tid, BacktraceMap* map) in BacktracePtrace()
195 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { in Create()
DUnwindPtrace.cpp136 Backtrace* CreatePtraceObj(pid_t pid, pid_t tid, BacktraceMap* map) { in CreatePtraceObj()
/system/core/debuggerd/
Dutility.cpp94 int wait_for_signal(pid_t tid, int* total_sleep_time_usec) { in wait_for_signal()
125 void wait_for_stop(pid_t tid, int* total_sleep_time_usec) { in wait_for_stop()
144 void dump_memory(log_t* log, pid_t tid, uintptr_t addr) { in dump_memory()
Ddebuggerd.cpp50 pid_t pid, tid; member
99 static int get_process_info(pid_t tid, pid_t* out_pid, uid_t* out_uid, uid_t* out_gid) { in get_process_info()
408 static int do_explicit_dump(pid_t tid, bool dump_backtrace) { in do_explicit_dump()
443 pid_t tid = 0; in main() local
Dbacktrace.cpp66 log_t* log, pid_t tid, bool attached, bool* detach_failed, int* total_sleep_time_usec) { in dump_thread()
104 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, in dump_backtrace()
Dtombstone.cpp175 static void dump_signal_info(log_t* log, pid_t tid, int signal, int si_code) { in dump_signal_info()
197 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid) { in dump_thread_info()
346 static void dump_nearby_maps(BacktraceMap* map, log_t* log, pid_t tid) { in dump_nearby_maps()
391 log_t* log, pid_t pid, pid_t tid, int* total_sleep_time_usec, BacktraceMap* map) { in dump_sibling_thread_report()
600 static bool dump_crash(log_t* log, pid_t pid, pid_t tid, int signal, int si_code, in dump_crash()
738 char* engrave_tombstone(pid_t pid, pid_t tid, int signal, int original_si_code, in engrave_tombstone()
/system/core/include/cutils/
Ddebugger.h46 pid_t tid; member
55 pid_t tid; member
/system/core/debuggerd/mips/
Dmachine.cpp46 void dump_memory_and_code(log_t* log, pid_t tid) { in dump_memory_and_code()
87 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
/system/core/debuggerd/x86_64/
Dmachine.cpp33 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
/system/core/debuggerd/x86/
Dmachine.cpp31 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
/system/core/toolbox/
Dschedtop.c16 int tid; member
91 static void add_thread(int pid, int tid, struct thread_info *proc_info) in add_thread()
163 int tid = atoi(de->d_name); in add_threads() local
175 int tid = last_threads.data[i].tid; in print_threads() local
Dps.c38 static int ps_line(int pid, int tid, char *namefilter) in ps_line()
235 int tid = atoi(de->d_name); in ps_threads() local
/system/core/libutils/
DProcessCallStack.cpp79 static String8 getThreadName(pid_t tid) { in getThreadName()
163 pid_t tid = -1; in update() local
226 pid_t tid = mThreadMap.keyAt(i); in printInternal() local
DThreads.cpp319 int androidSetThreadPriority(pid_t tid, int pri) in androidSetThreadPriority()
346 int androidGetThreadPriority(pid_t tid) { in androidGetThreadPriority()
864 pid_t tid; in getTid() local
DCallStack.cpp40 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update()
/system/core/include/log/
Dlogger.h30 int32_t tid; /* generating process's tid */ member
45 int32_t tid; /* generating process's tid */ member
56 int32_t tid; /* generating process's tid */ member
/system/core/logd/
DLogBufferElement.cpp30 uid_t uid, pid_t pid, pid_t tid, in LogBufferElement()
DLogListener.cpp93 pid_t tid = (pid_t) *((uint16_t *) msg); in onDataAvailable() local
/system/extras/latencytop/
Dlatencytop.c71 int pid, tid; in main() local
206 int tid; in read_process_stats() local
231 …ency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) { in read_thread_stats()

12