/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | epoll.c | 35 static int __NC(epoll_wait)(int epfd, struct epoll_event *events, int maxevents, int timeout) in _syscall4() 37 return INLINE_SYSCALL(epoll_wait, 4, epfd, events, maxevents, timeout); in _syscall4() 39 CANCELLABLE_SYSCALL(int, epoll_wait, (int epfd, struct epoll_event *events, int maxevents, int time… 40 (epfd, events, maxevents, timeout)) 47 …atic __always_inline _syscall6(int, __syscall_epoll_pwait, int, epfd, struct epoll_event *, events, in _syscall6() argument 50 static int __NC(epoll_pwait)(int epfd, struct epoll_event *events, int maxevents, int timeout, in _syscall6() 53 return __syscall_epoll_pwait(epfd, events, maxevents, timeout, set, __SYSCALL_SIGSET_T_SIZE); in _syscall6() 55 CANCELLABLE_SYSCALL(int, epoll_pwait, (int epfd, struct epoll_event *events, int maxevents, int tim… 57 (epfd, events, maxevents, timeout, set)) 64 int epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument [all …]
|
A D | poll.c | 104 if (f->events & POLLIN) 106 if (f->events & POLLOUT) 108 if (f->events & POLLPRI) 110 if (f->fd > maxfd && (f->events & (POLLIN|POLLOUT|POLLPRI))) 147 if (f->fd != -1 && (f->events & (POLLIN|POLLOUT|POLLPRI)) 156 if (f->events & POLLIN) 158 if (f->events & POLLOUT) 160 if (f->events & POLLPRI) 168 if (f->events & POLLIN) 170 if (f->events & POLLOUT) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | svc_run.c | 67 my_pollfd[i].events = svc_pollfd[i].events; in svc_run()
|
A D | rtime.c | 110 fd.events = POLLIN; in rtime()
|
A D | svc.c | 102 svc_pollfd[i].events = (POLLIN | POLLPRI | in xprt_register() 114 svc_pollfd[svc_max_pollfd - 1].events = (POLLIN | POLLPRI | in xprt_register()
|
A D | rcmd.c | 149 pfd[0].events = POLLIN; in rcmd() 150 pfd[1].events = POLLIN; in rcmd()
|
A D | svc_tcp.c | 302 pollfd.events = POLLIN; in readtcp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | wrapsyscall.c | 238 CANCELABLE_SYSCALL (int, epoll_wait, (int epfd, struct epoll_event *events, int maxevents, int time… 239 (epfd, events, maxevents, timeout)) 242 CANCELABLE_SYSCALL (int, epoll_pwait, (int epfd, struct epoll_event *events, int maxevents, int tim… 244 (epfd, events, maxevents, timeout, set))
|
A D | Makefile.in | 36 attr.c cancel.c condvar.c errno.c events.c join.c lockfile.c manager.c \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | poll.h | 42 short int events; /* Types of events poller cares about. */ member
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltm.c | 60 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm() argument 61 const TValue *tm = luaH_getshortstr(events, ename); in luaT_gettm() 64 events->flags |= cast_byte(1u<<event); /* cache this fact */ in luaT_gettm()
|
A D | ltm.h | 76 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/sys/ |
A D | epoll.h | 86 uint32_t events; /* Epoll events */ member
|
/l4re-core-master/l4sys/include/ |
A D | scheduler | 41 * cores changes, e.g. due to hotplug events. 132 * events only, hence may not be up-to-date when requested cross-CPU. To get
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | Makefile.in | 50 attr barrier cancel condvar errno events join pthread \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/io/ |
A D | basic_file_stdio.cc | 354 __pfd[0].events = POLLIN; in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/io/ |
A D | basic_file_stdio.cc | 354 __pfd[0].events = POLLIN; in showmanyc()
|
/l4re-core-master/l4re/include/ |
A D | inhibitor | 34 * Inhibitor locks are usually closely related to specific events. Usually a
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/io/ |
A D | basic_file_stdio.cc | 345 __pfd[0].events = POLLIN; in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/io/ |
A D | basic_file_stdio.cc | 345 __pfd[0].events = POLLIN; in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/io/ |
A D | basic_file_stdio.cc | 352 __pfd[0].events = POLLIN; in showmanyc()
|
/l4re-core-master/l4re/util/include/ |
A D | event_buffer | 115 * \brief Continuously wait for events and process them.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/io/ |
A D | basic_file_stdio.cc | 378 __pfd[0].events = POLLIN; in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/io/ |
A D | basic_file_stdio.cc | 378 __pfd[0].events = POLLIN; in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/io/ |
A D | basic_file_stdio.cc | 410 __pfd[0].events = POLLIN; in showmanyc()
|