| Package | Description |
|---|---|
| org.bytedeco.systems.global | |
| org.bytedeco.systems.linux |
| Modifier and Type | Field and Description |
|---|---|
static __sighandler_t |
linux.SIG_DFL |
static __sighandler_t |
linux.SIG_ERR |
static __sighandler_t |
linux.SIG_HOLD |
static __sighandler_t |
linux.SIG_IGN |
| Modifier and Type | Method and Description |
|---|---|
static __sighandler_t |
linux.__sysv_signal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.bsd_signal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.SIG_DFL() |
static __sighandler_t |
linux.SIG_ERR() |
static __sighandler_t |
linux.SIG_HOLD() |
static __sighandler_t |
linux.SIG_IGN() |
static __sighandler_t |
linux.signal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.sigset(int __sig,
__sighandler_t __disp) |
static __sighandler_t |
linux.ssignal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.sysv_signal(int __sig,
__sighandler_t __handler) |
| Modifier and Type | Method and Description |
|---|---|
static __sighandler_t |
linux.__sysv_signal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.bsd_signal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.signal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.sigset(int __sig,
__sighandler_t __disp) |
static __sighandler_t |
linux.ssignal(int __sig,
__sighandler_t __handler) |
static __sighandler_t |
linux.sysv_signal(int __sig,
__sighandler_t __handler) |
| Modifier and Type | Method and Description |
|---|---|
__sighandler_t |
sigaction.sa_handler() |
| Modifier and Type | Method and Description |
|---|---|
sigaction |
sigaction.sa_handler(__sighandler_t sa_handler) |
Copyright © 2020. All rights reserved.