HomeSort by: relevance | last modified time | path
    Searched defs:aix_pending_parent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
rs6000-aix-nat.c 128 static std::list<pid_t> aix_pending_parent; variable
145 aix_pending_parent.push_front (pid);
192 auto it = std::find (aix_pending_parent.begin (),
193 aix_pending_parent.end (),
195 if (it != aix_pending_parent.end ())
197 aix_pending_parent.erase (it);
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-aix-nat.c 127 static std::list<pid_t> aix_pending_parent; variable
144 aix_pending_parent.push_front (pid);
191 auto it = std::find (aix_pending_parent.begin (),
192 aix_pending_parent.end (),
194 if (it != aix_pending_parent.end ())
196 aix_pending_parent.erase (it);

Completed in 26 milliseconds