Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list1188 #ifdef TARGET_NR_rt_sigpending
1189 { TARGET_NR_rt_sigpending, "rt_sigpending" , NULL, NULL, NULL },
H A Dsyscall.c10204 case TARGET_NR_rt_sigpending: in _syscall2()