Home
last modified time | relevance | path

Searched refs:TARGET_NR_epoll_pwait (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dstrace.list148 #ifdef TARGET_NR_epoll_pwait
149 { TARGET_NR_epoll_pwait, "epoll_pwait" , NULL, NULL, NULL },
H A Dsyscall.c13344 #if defined(TARGET_NR_epoll_wait) || defined(TARGET_NR_epoll_pwait) in _syscall2()
13348 #if defined(TARGET_NR_epoll_pwait) in _syscall2()
13349 case TARGET_NR_epoll_pwait: in _syscall2()
13375 #if defined(TARGET_NR_epoll_pwait) in _syscall2()
13376 case TARGET_NR_epoll_pwait: in _syscall2()