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

  /src/external/gpl2/lvm2/dist/daemons/dmeventd/
dmeventd.c 682 struct thread_status *thread = arg, *thread_iter; local
702 dm_list_iterate_items(thread_iter, &_thread_registry_unused)
703 if (thread_iter == thread) {
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 2526 static owning_intrusive_list<thread_info>::iterator thread_iter; local
2536 thread_iter = thread_list->begin ();
2537 if (thread_iter != thread_list->end ())
2542 gdb_assert (thread_iter != thread_list->end ());
2557 thread_iter = thread_list->begin ();
2558 while (thread_iter != thread_list->end ())
2562 ++thread_iter;
2578 ptid = thread_iter->id;
2641 ptid_t ptid = thread_iter->id;
2655 ptid_t ptid = thread_iter->id
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 2518 static std::list<thread_info *>::const_iterator thread_iter; local
2530 thread_iter = all_threads.begin ();
2531 ptid = (*thread_iter)->id;
2591 thread_iter = all_threads.begin ();
2594 ptid_t ptid = (*thread_iter)->id;
2596 thread_iter++;
2603 if (thread_iter != all_threads.end ())
2606 ptid_t ptid = (*thread_iter)->id;
2608 thread_iter++;

Completed in 25 milliseconds