Lines Matching refs:handle
80 _event_getmsg_helper(td_thrhandle_t const * handle, void * bkpt_addr) in _event_getmsg_helper() argument
84 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL); in _event_getmsg_helper()
89 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL); in _event_getmsg_helper()
132 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info() argument
134 info->ti_tid = handle->tid; in td_thr_get_info()
135 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids in td_thr_get_info()
145 td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event) in td_thr_event_enable() argument
194 td_thrhandle_t handle; in td_ta_thr_iter() local
202 handle.pid = agent->pid; in td_ta_thr_iter()
207 handle.tid = atoi(entry->d_name); in td_ta_thr_iter()
208 if (func(&handle, cookie) != 0) { in td_ta_thr_iter()