#include <sys/signalfd.h>
#include <signal.h>
#include <amxc/amxc_variant.h>
#include <amxc/amxc_variant_type.h>
#include <amxp/amxp_syssig.h>
Go to the source code of this file.
◆ AMXC_VAR_ID_SIGINFO
◆ AMXC_VAR_NAME_SIGINFO
#define AMXC_VAR_NAME_SIGINFO "amxp_siginfo_t" |
◆ amxp_siginfo_t
◆ amxc_var_get_const_amxp_siginfo_t()
const amxp_siginfo_t* amxc_var_get_const_amxp_siginfo_t |
( |
const amxc_var_t *const |
var | ) |
|
Definition at line 125 of file variant_siginfo.c.
129 when_null(var, exit);
struct signalfd_siginfo amxp_siginfo_t
#define AMXC_VAR_ID_SIGINFO
◆ amxc_var_set_amxp_siginfo_t()
int amxc_var_set_amxp_siginfo_t |
( |
amxc_var_t *const |
var, |
|
|
const amxp_siginfo_t *const |
val |
|
) |
| |
Definition at line 138 of file variant_siginfo.c.
141 when_null(var, exit);
142 when_null(val, exit);