Home
last modified time | relevance | path

Searched defs:target_sigevent (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h100 struct target_sigevent { struct
101 abi_int sigev_notify;
102 abi_int sigev_signo;
103 target_sigval_t sigev_value;
104 union {
118 } _sigev_un;
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2641 struct target_sigevent { struct
2642 target_sigval_t sigev_value;
2643 abi_int sigev_signo;
2644 abi_int sigev_notify;
2645 union {
2657 } _sigev_un;