Home
last modified time | relevance | path

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

123

/system/core/libcutils/
Ddebugger.c45 static int make_dump_request(debugger_action_t action, pid_t tid, int timeout_secs) { in make_dump_request()
78 int dump_backtrace_to_file(pid_t tid, int fd) { in dump_backtrace_to_file()
82 int dump_backtrace_to_file_timeout(pid_t tid, int fd, int timeout_secs) { in dump_backtrace_to_file_timeout()
102 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) { in dump_tombstone()
106 int dump_tombstone_timeout(pid_t tid, char* pathbuf, size_t pathlen, int timeout_secs) { in dump_tombstone_timeout()
Dsched_policy.c74 static int add_tid_to_cgroup(int tid, int fd) in add_tid_to_cgroup()
161 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) in getCGroupSubsys()
222 int get_sched_policy(int tid, SchedPolicy *policy) in get_sched_policy()
274 int set_cpuset_policy(int tid, SchedPolicy policy) in set_cpuset_policy()
326 int set_sched_policy(int tid, SchedPolicy policy) in set_sched_policy()
/system/extras/memory_replay/
DThreads.cpp76 Thread* Threads::CreateThread(pid_t tid) { in CreateThread()
96 Thread* Threads::FindThread(pid_t tid) { in FindThread()
123 size_t Threads::GetHashEntry(pid_t tid) { in GetHashEntry()
127 Thread* Threads::FindEmptyEntry(pid_t tid) { in FindEmptyEntry()
/system/core/libmemunreachable/
DThreadCapture.cpp136 pid_t tid = atoi(dirent->d_name); in ListThreads() local
177 void ThreadCaptureImpl::PtraceDetach(pid_t tid, unsigned int signal) { in PtraceDetach()
187 int ThreadCaptureImpl::PtraceAttach(pid_t tid) { in PtraceAttach()
212 bool ThreadCaptureImpl::PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info) { in PtraceThreadInfo()
253 int ThreadCaptureImpl::CaptureThread(pid_t tid) { in CaptureThread()
301 bool ThreadCaptureImpl::ReleaseThread(pid_t tid) { in ReleaseThread()
309 bool ThreadCaptureImpl::ReleaseThread(pid_t tid, unsigned int signal) { in ReleaseThread()
359 bool ThreadCapture::ReleaseThread(pid_t tid) { in ReleaseThread()
DThreadCapture.h25 pid_t tid; member
/system/core/libbacktrace/
DThreadEntry.cpp33 ThreadEntry::ThreadEntry(pid_t pid, pid_t tid) in ThreadEntry()
49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get()
Dthread_utils.c25 int tgkill(int tgid, int tid, int sig) { in tgkill()
DBacktrace.cpp40 Backtrace::Backtrace(pid_t pid, pid_t tid, BacktraceMap* map) in Backtrace()
119 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { in Create()
DBacktracePtrace.h29 BacktracePtrace(pid_t pid, pid_t tid, BacktraceMap* map) : Backtrace(pid, tid, map) {} in BacktracePtrace()
DUnwindCurrent.h36 UnwindCurrent(pid_t pid, pid_t tid, BacktraceMap* map) : BacktraceCurrent(pid, tid, map) {} in UnwindCurrent()
DBacktraceCurrent.h40 BacktraceCurrent(pid_t pid, pid_t tid, BacktraceMap* map) : Backtrace(pid, tid, map) {} in BacktraceCurrent()
DBacktracePtrace.cpp34 static bool PtraceRead(pid_t tid, uintptr_t addr, word_t* out_value) { in PtraceRead()
/system/bt/utils/src/
Dbt_utils.c120 int tid = gettid(); in raise_priority_a2dp() local
169 int tid; in adjust_priority_a2dp() local
/system/core/debuggerd/
Dsignal_sender.cpp35 pid_t tid; member
148 bool send_signal(pid_t pid, pid_t tid, int signal) { in send_signal()
Ddebuggerd.cpp71 pid_t pid, tid; member
103 static int get_process_info(pid_t tid, pid_t* out_pid, uid_t* out_uid, uid_t* out_gid) { in get_process_info()
338 static bool is32bit(pid_t tid) { in is32bit()
437 pid_t tid = strtoul(de->d_name, &end, 10); in ptrace_siblings() local
843 static int do_explicit_dump(pid_t tid, bool dump_backtrace) { in do_explicit_dump()
883 pid_t tid = 0; in main() local
Dtombstone.cpp179 static void dump_signal_info(log_t* log, pid_t tid, int signal, int si_code) { in dump_signal_info()
201 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid) { in dump_thread_info()
359 static void dump_all_maps(Backtrace* backtrace, BacktraceMap* map, log_t* log, pid_t tid) { in dump_all_maps()
447 static void dump_thread(log_t* log, pid_t pid, pid_t tid, BacktraceMap* map, int signal, in dump_thread()
607 static void dump_crash(log_t* log, BacktraceMap* map, pid_t pid, pid_t tid, in dump_crash()
687 void engrave_tombstone(int tombstone_fd, BacktraceMap* map, pid_t pid, pid_t tid, in engrave_tombstone()
Dbacktrace.cpp71 static void dump_thread(log_t* log, BacktraceMap* map, pid_t pid, pid_t tid) { in dump_thread()
100 void dump_backtrace(int fd, BacktraceMap* map, pid_t pid, pid_t tid, in dump_backtrace()
/system/extras/simpleperf/
Dthread_tree.cpp45 void ThreadTree::AddThread(int pid, int tid, const std::string& comm) { in AddThread()
61 void ThreadTree::ForkThread(int pid, int tid, int ppid, int ptid) { in ForkThread()
68 ThreadEntry* ThreadTree::FindThreadOrNew(int pid, int tid) { in FindThreadOrNew()
111 void ThreadTree::AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddThreadMap()
Dsample_tree.cpp33 SampleEntry* SampleTree::AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period, in AddSample()
47 void SampleTree::AddBranchSample(int pid, int tid, uint64_t from_ip, uint64_t to_ip, in AddBranchSample()
73 SampleEntry* SampleTree::AddCallChainSample(int pid, int tid, uint64_t ip, uint64_t time, in AddCallChainSample()
/system/core/debuggerd/x86/
Dmachine.cpp47 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
/system/core/debuggerd/x86_64/
Dmachine.cpp48 void dump_registers(log_t* log, pid_t tid) { in dump_registers()
/system/core/include/log/
Dlogger.h34 int32_t tid; /* generating process's tid */ member
49 int32_t tid; /* generating process's tid */ member
60 int32_t tid; /* generating process's tid */ member
71 uint32_t tid; /* generating process's tid */ member
/system/core/libutils/
DProcessCallStack.cpp80 static String8 getThreadName(pid_t tid) { in getThreadName()
163 pid_t tid = -1; in update() local
225 pid_t tid = mThreadMap.keyAt(i); in printInternal() local
/system/core/logd/
DLogBufferElement.cpp38 uid_t uid, pid_t pid, pid_t tid, in LogBufferElement()
64 char *android::tidToName(pid_t tid) { in tidToName()
/system/core/debuggerd/arm/
Dmachine.cpp51 void dump_registers(log_t* log, pid_t tid) { in dump_registers()

123