/src/sys/kern/ |
sys_eventfd.c | 188 int pollev; local in function:eventfd_wake 193 pollev = POLLIN | POLLRDNORM; 197 pollev = POLLOUT | POLLWRNORM; 200 selnotify(sel, pollev, NOTE_SUBMIT);
|
sys_eventfd.c | 188 int pollev; local in function:eventfd_wake 193 pollev = POLLIN | POLLRDNORM; 197 pollev = POLLOUT | POLLWRNORM; 200 selnotify(sel, pollev, NOTE_SUBMIT);
|
sys_eventfd.c | 188 int pollev; local in function:eventfd_wake 193 pollev = POLLIN | POLLRDNORM; 197 pollev = POLLOUT | POLLWRNORM; 200 selnotify(sel, pollev, NOTE_SUBMIT);
|
sys_eventfd.c | 188 int pollev; local in function:eventfd_wake 193 pollev = POLLIN | POLLRDNORM; 197 pollev = POLLOUT | POLLWRNORM; 200 selnotify(sel, pollev, NOTE_SUBMIT);
|
sys_eventfd.c | 188 int pollev; local in function:eventfd_wake 193 pollev = POLLIN | POLLRDNORM; 197 pollev = POLLOUT | POLLWRNORM; 200 selnotify(sel, pollev, NOTE_SUBMIT);
|