OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EV_POLL
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/sys/
event.d
113
EV_POLL
= EV_FLAG0,
/src/lib/libc/include/isc/
eventlib.h
73
#define
EV_POLL
1
/src/external/bsd/libbind/dist/include/isc/
eventlib.h
75
#define
EV_POLL
1
/src/external/bsd/libbind/dist/isc/
eventlib.c
223
/* Ensure that exactly one of
EV_POLL
or EV_WAIT was specified. */
224
x = ((options &
EV_POLL
) != 0) + ((options & EV_WAIT) != 0);
283
if ((options &
EV_POLL
) != 0) {
381
(options &
EV_POLL
))
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026