Searched refs:sys_epoll_pwait (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c325 long sys_epoll_pwait(va_list ap);
666 syscall_table[__NR_epoll_pwait] = sys_epoll_pwait;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c1221 long sys_epoll_pwait(va_list ap) { function
1222 assert(!"sys_epoll_pwait not implemented");
2481 long sys_epoll_pwait(va_list ap) { function
2482 assert(!"sys_epoll_pwait not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c325 long sys_epoll_pwait(va_list ap);
666 syscall_table[__NR_epoll_pwait] = sys_epoll_pwait;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c1221 long sys_epoll_pwait(va_list ap) { function
1222 assert(!"sys_epoll_pwait not implemented");
2481 long sys_epoll_pwait(va_list ap) { function
2482 assert(!"sys_epoll_pwait not implemented");

Completed in 40 milliseconds