Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp391 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume() local
393 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()
/openbsd-src/gnu/usr.bin/perl/
H A Dpeep.c1946 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