Searched refs:action_ptr (Results 1 – 2 of 2) sorted by relevance
391 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume() local393 for (size_t i = 0; i < num_actions; i++, action_ptr++) { in ProcessWillResume()394 if (action_ptr->state == eStateStepping || in ProcessWillResume()395 action_ptr->state == eStateRunning) { in ProcessWillResume()396 solo_thread = action_ptr->tid; in ProcessWillResume()
1946 UNOP_AUX_item *action_ptr = arg_buf; in S_maybe_multideref() 2345 action_ptr->uv = action_word; in S_maybe_multideref() 2346 action_ptr = arg_buf + argi; in S_maybe_multideref() 2360 action_ptr->uv = action_word; in S_maybe_multideref() 1929 UNOP_AUX_item *action_ptr = arg_buf; S_maybe_multideref() local