Home
last modified time | relevance | path

Searched refs:proc_handle (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c107 td_ta_new(struct ps_prochandle * proc_handle, td_thragent_t ** agent_out) in td_ta_new() argument
132 int target_pid = ps_getpid(proc_handle); in td_ta_new()
195 agent->pid = ps_getpid(proc_handle); in td_ta_new()
196 agent->ph = proc_handle; in td_ta_new()
Dthread_db.h132 extern td_err_e td_ta_new(struct ps_prochandle * proc_handle, td_thragent_t ** thread_agent);
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c119 td_ta_new(struct ps_prochandle * proc_handle, td_thragent_t ** agent_out) in td_ta_new() argument
144 int target_pid = ps_getpid(proc_handle); in td_ta_new()
208 agent->pid = ps_getpid(proc_handle); in td_ta_new()
209 agent->ph = proc_handle; in td_ta_new()
Dthread_db.h144 extern td_err_e td_ta_new(struct ps_prochandle * proc_handle, td_thragent_t ** thread_agent);
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c110 td_ta_new(struct ps_prochandle const * proc_handle, td_thragent_t ** agent_out) in td_ta_new() argument
135 int target_pid = proc_handle->pid; in td_ta_new()
199 agent->pid = proc_handle->pid; in td_ta_new()
Dthread_db.h126 extern td_err_e td_ta_new(struct ps_prochandle const * proc_handle, td_thragent_t ** thread_agent);