Home
last modified time | relevance | path

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

/ndk/sources/android/libthread_db/
Dlibthread_db.c38 td_err_e td_ta_new(struct ps_prochandle* proc_handle, td_thragent_t** agent_out) { in td_ta_new() argument
44 agent->pid = ps_getpid(proc_handle); in td_ta_new()
45 agent->ph = proc_handle; in td_ta_new()
Dthread_db.h140 extern td_err_e td_ta_new(struct ps_prochandle * proc_handle, td_thragent_t ** thread_agent);