![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Parent C interface. More...
Go to the source code of this file.
Functions | |
| L4_BEGIN_DECLS long | l4re_parent_signal (l4_cap_idx_t parent, unsigned long sig, unsigned long val) |
| Send a signal using the parent protocol. | |
Parent C interface.
Definition in file parent.h.
| L4_BEGIN_DECLS long l4re_parent_signal | ( | l4_cap_idx_t | parent, |
| unsigned long | sig, | ||
| unsigned long | val ) |
Send a signal using the parent protocol.
| parent | Capability index of parent to send signal to. |
| sig | Signal to send |
| val | Value of the signal |
| 0 | Success |
| <0 | IPC error |
References L4_END_DECLS.