Home
last modified time | relevance | path

Searched refs:_sigev_un (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h353 } _sigev_un; member
356 #define sigev_notify_function _sigev_un._sigev_thread._function
357 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute
358 #define sigev_notify_thread_id _sigev_un._tid
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h118 } _sigev_un; member
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils_2.43.1.bb21 …./gprofng/libcollector/dispatcher.c:578:8: error: 'struct sigevent' has no member named '_sigev_un'
/openbmc/linux/include/linux/
H A Dcompat.h344 } _sigev_un; member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2657 } _sigev_un; member
H A Dsyscall.c7559 #define sigev_notify_thread_id _sigev_un._tid
7582 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()