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

  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 267 unsigned int new_ix, old_ix; local
316 for (new_ix = 0, old_ix = 0; new_ix < new_nbr || old_ix < old_nbr;)
318 thread_t new_id = (new_ix < new_nbr) ? thread_list[new_ix] : THREAD_NULL;
324 (12, _(" new_ix:%d/%d, old_ix:%d/%d, new_id:0x%x old_id:0x%x\n"),
325 new_ix, new_nbr, old_ix, old_nbr, new_id, old_id);
331 new_ix++;
340 if (new_ix < new_nbr && new_id == MACH_PORT_DEAD)
345 new_ix++
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 264 unsigned int new_ix, old_ix; local
313 for (new_ix = 0, old_ix = 0; new_ix < new_nbr || old_ix < old_nbr;)
315 thread_t new_id = (new_ix < new_nbr) ? thread_list[new_ix] : THREAD_NULL;
321 (12, _(" new_ix:%d/%d, old_ix:%d/%d, new_id:0x%x old_id:0x%x\n"),
322 new_ix, new_nbr, old_ix, old_nbr, new_id, old_id);
328 new_ix++;
337 if (new_ix < new_nbr && new_id == MACH_PORT_DEAD)
342 new_ix++
    [all...]

Completed in 26 milliseconds