Files
zephyr/kernel
Andrew Boie e9cfc54d00 kernel: remove k_object_access_revoke() as syscall
Forthcoming patches will dual-purpose an object's permission
bitfield as also reference tracking for kernel objects, used to
handle automatic freeing of resources.

We do not want to allow user thread A to revoke thread B's access
to some object O if B is in the middle of an API call using O.

However we do want to allow threads to revoke their own access to
an object, so introduce a new API and syscall for that.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-16 17:32:59 -07:00
..
2018-04-24 03:57:20 +05:30
2018-04-24 03:57:20 +05:30
2018-04-24 03:57:20 +05:30
2018-04-24 03:57:20 +05:30
2018-04-24 03:57:20 +05:30
2018-04-24 03:57:20 +05:30
2018-02-16 10:44:29 -05:00
2018-04-24 03:57:20 +05:30