L4Re Operating System Framework
Interface and Usage Documentation
|
Functions | |
void | L4::throw_ipc_exception (L4::Cap< void > const &o, l4_msgtag_t const &err, l4_utcb_t *utcb) |
Throw an L4 IPC error as exception. | |
void | L4::throw_ipc_exception (void const *o, l4_msgtag_t const &err, l4_utcb_t *utcb) |
Throw an L4 IPC error as exception. | |
|
inline |
Throw an L4 IPC error as exception.
o | The client side object, for which the IPC was invoked. |
err | The IPC result code (error code). |
utcb | UTCB to be used for this operation, shall be the UTCB of the calling thread. See l4_utcb. |
Definition at line 45 of file ipc_helper.
References l4_msgtag_t::has_error().
Referenced by L4::throw_ipc_exception().
|
inline |
Throw an L4 IPC error as exception.
o | The client side object, for which the IPC was invoked. |
err | The IPC result code (error code). |
utcb | UTCB to be used for this operation, shall be the UTCB of the calling thread. See l4_utcb. |
Definition at line 61 of file ipc_helper.
References L4::throw_ipc_exception().