zephyr/tests
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
..
application_development
benchmarks cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bluetooth Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
boards
booting/stub
cmsis_rtos_v1
cmsis_rtos_v2
crypto
drivers cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
kernel kernel: delete k_futex_init() 2019-07-01 08:15:10 -07:00
lib cleanup: include/: move misc/rb.h to sys/rb.h 2019-06-27 22:55:49 -04:00
misc cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
net net: if: Add userspace support to IPv4 gateway set function 2019-07-01 15:34:11 +03:00
posix
shell
subsys cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00
unit
ztest