zephyr/tests/kernel/mem_protect/futex
Andrew Boie 8753becbe1 kernel: delete k_futex_init()
There's no need for a system call for this; futexes live in
user memory and the initialization bit is ignored.

It's sufficient to just do an atomic_set().

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-01 08:15:10 -07:00
..
src kernel: delete k_futex_init() 2019-07-01 08:15:10 -07:00
CMakeLists.txt
prj.conf
testcase.yaml