OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:poll_fds
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc
116
std::vector<struct pollfd>
poll_fds
;
member in struct:__anon21133
344
gdb_notifier.
poll_fds
.push_back (new_fd);
424
auto iter = std::remove_if (gdb_notifier.
poll_fds
.begin (),
425
gdb_notifier.
poll_fds
.end (),
430
gdb_notifier.
poll_fds
.erase (iter, gdb_notifier.
poll_fds
.end());
588
num_found = poll (gdb_notifier.
poll_fds
.data (),
634
/* Avoid looking at
poll_fds
[i]->revents if no event fired. */
659
if (gdb_notifier.
poll_fds
[i].revents)
667
if (file_ptr->fd == gdb_notifier.
poll_fds
[i].fd
[
all
...]
/src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc
116
std::vector<struct pollfd>
poll_fds
;
member in struct:__anon761
344
gdb_notifier.
poll_fds
.push_back (new_fd);
424
auto iter = std::remove_if (gdb_notifier.
poll_fds
.begin (),
425
gdb_notifier.
poll_fds
.end (),
430
gdb_notifier.
poll_fds
.erase (iter, gdb_notifier.
poll_fds
.end());
588
num_found = poll (gdb_notifier.
poll_fds
.data (),
634
/* Avoid looking at
poll_fds
[i]->revents if no event fired. */
659
if (gdb_notifier.
poll_fds
[i].revents)
667
if (file_ptr->fd == gdb_notifier.
poll_fds
[i].fd
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026