mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-13 22:42:06 +00:00
In the future bin_* means the direct destruction of a kernel object without any blocking. kill_* in contrast is used for bringing a kernel object such as signal contexts synchronized into a sleeping state from where they can be destructed without the risk of getting broken refs in userland. ref #989