|
L4Re - L4 Runtime Environment
|
Wrapper class for modifying senders. More...
Collaboration diagram for L4::Thread::Modify_senders:Public Member Functions | |
| int | add (l4_umword_t match_mask, l4_umword_t match, l4_umword_t del_bits, l4_umword_t add_bits) throw () |
| Add a rule. More... | |
Wrapper class for modifying senders.
Use the add() function to add modification rules, and use modify_senders() to commit. Do not use the UTCB in between as it is used by add() and modify_senders().
|
inline | ||||||||||||||||||||||||||||
Add a rule.
| match_mask | Bitmask of bits to match the label. |
| match | Bitmask that must be equal to the label after applying match_mask. |
| del_bits | Bits to be deleted from the label. |
| add_bits | Bits to be added to the label. |
Only the first match is applied.
Definition at line 352 of file thread.
Referenced by L4Re::Util::Object_registry::unregister_obj().
Here is the caller graph for this function: