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

  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 269 std::vector<darwin_thread_t *> new_thread_vec; local
314 new_thread_vec.reserve (new_nbr);
330 new_thread_vec.push_back (old);
359 new_thread_vec.push_back (pti);
377 darwin_inf->threads = std::move (new_thread_vec);
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 266 std::vector<darwin_thread_t *> new_thread_vec; local
311 new_thread_vec.reserve (new_nbr);
327 new_thread_vec.push_back (old);
356 new_thread_vec.push_back (pti);
374 darwin_inf->threads = std::move (new_thread_vec);

Completed in 31 milliseconds