OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_pollfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c
235
struct pollfd
test_pollfd
= { fdes, POLLIN, 0 };
237
if (poll (&
test_pollfd
, 1, 0) == 1 && (
test_pollfd
.revents & POLLNVAL))
233
struct pollfd
test_pollfd
= { fdes, POLLIN, 0 };
local
/src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c
235
struct pollfd
test_pollfd
= { fdes, POLLIN, 0 };
237
if (poll (&
test_pollfd
, 1, 0) == 1 && (
test_pollfd
.revents & POLLNVAL))
233
struct pollfd
test_pollfd
= { fdes, POLLIN, 0 };
local
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026