OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POLLIN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
poll.h
48
#define
POLLIN
0x0001
/src/usr.bin/make/
job.c
145
#define
POLLIN
0x0001
1996
if (nready > 0 && childExitJob.inPollfd->revents &
POLLIN
) {
2500
fds[fdsLen].events =
POLLIN
;
2507
fds[fdsLen].events = fds[fdsLen].fd == -1 ? 0 :
POLLIN
;
2729
if (fd[i].events &
POLLIN
)
2761
fd[i].revents |=
POLLIN
;
Completed in 40 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025