zephyr/doc/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
..
data_passing doc: kernel: capitalize Fifo/Lifo 2018-03-20 14:01:30 -04:00
memory mempool: add API for malloc semantics 2018-05-16 17:32:59 -07:00
other drivers/interrupt_controller: Introduce multi-level interrupt support 2018-02-06 22:39:05 -05:00
overview doc: change https://zephyrproject.org/doc refs 2018-05-02 18:32:44 -04:00
synchronization doc: Fix K_ALERT_DEFINE in a code example 2018-03-09 20:27:43 -05:00
threads kernel: Deprecate k_thread_cancel() API 2018-04-24 03:57:20 +05:30
timing kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
usermode kernel: remove k_object_access_revoke() as syscall 2018-05-16 17:32:59 -07:00
kernel.rst docs: initial user mode documentation 2017-11-07 08:18:48 -05:00