rpm
4.16.0-beta1
|
#include <rpm/rpmsw.h>
#include <signal.h>
Go to the source code of this file.
Macros | |
#define | RPMSQ_DFL ((rpmsqAction_t)0) |
#define | RPMSQ_IGN ((rpmsqAction_t)1) |
#define | RPMSQ_ERR ((rpmsqAction_t)-1) |
Typedefs | |
typedef void(* | rpmsqAction_t) (int signum, siginfo_t *info, void *context) |
Functions | |
int | rpmsqIsCaught (int signum) |
int | rpmsqActivate (int state) |
rpmsqAction_t | rpmsqSetAction (int signum, rpmsqAction_t handler) |
int | rpmsqBlock (int op) |
int | rpmsqPoll (void) |
void | rpmsqSetInterruptSafety (int on) |
Signal Queue API
Definition in file rpmsq.h.
#define RPMSQ_ERR ((rpmsqAction_t)-1) |
#define RPMSQ_IGN ((rpmsqAction_t)1) |
void rpmsqSetInterruptSafety | ( | int | on | ) |