Searched refs:thread_iter (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc2181 static std::list<thread_info *>::const_iterator thread_iter; local
2193 thread_iter = all_threads.begin ();
2194 ptid = (*thread_iter)->id;
2256 thread_iter = all_threads.begin ();
2259 ptid_t ptid = (*thread_iter)->id;
2261 thread_iter++;
2268 if (thread_iter != all_threads.end ())
2271 ptid_t ptid = (*thread_iter)->id;
2273 thread_iter++;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc2176 static std::list<thread_info *>::const_iterator thread_iter; local
2188 thread_iter = all_threads.begin ();
2189 ptid = (*thread_iter)->id;
2249 thread_iter = all_threads.begin ();
2252 ptid_t ptid = (*thread_iter)->id;
2254 thread_iter++;
2261 if (thread_iter != all_threads.end ())
2264 ptid_t ptid = (*thread_iter)->id;
2266 thread_iter++;
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c682 struct thread_status *thread = arg, *thread_iter; local
702 dm_list_iterate_items(thread_iter, &_thread_registry_unused)
703 if (thread_iter == thread) {

Completed in 144 milliseconds