|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Macros | |
| #define | _NOTE_MAX_HANDLERS 32 |
Functions | |
| void | _note_init (void) |
| uint64_t | _note_handler_add (atnotify_func_t func) |
| void | _note_handler_remove (atnotify_func_t func) |
| int | _signal_raise (int sig) |
| sighandler_t | _signal_handler_add (int sig, sighandler_t func) |
| void | _signal_handler_remove (int sig, sighandler_t func) |
| void _note_init | ( | void | ) |
| uint64_t _note_handler_add | ( | atnotify_func_t | func | ) |
| void _note_handler_remove | ( | atnotify_func_t | func | ) |
| int _signal_raise | ( | int | sig | ) |
| sighandler_t _signal_handler_add | ( | int | sig, |
| sighandler_t | func | ||
| ) |
| void _signal_handler_remove | ( | int | sig, |
| sighandler_t | func | ||
| ) |