zephyr/kernel
Anas Nashif 928af3ce09 kernel: semaphore: k_sem_init error checking
Check for errors at runtime and stop depending on ASSERTs.
This changes the API for
- k_sem_init

k_sem_init now returns -EINVAL on invalid data.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-01-20 17:19:54 -05:00
..
include tracing: better positioning of tracing points 2020-01-09 11:21:19 -05:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c
idle.c
init.c tracing: remove duplicate tracing of thread creation 2020-01-09 11:21:19 -05:00
Kconfig
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c kernel: mutex: add error checking 2020-01-20 17:19:54 -05:00
pipes.c
poll.c
queue.c
sched.c tracing: better positioning of tracing points 2020-01-09 11:21:19 -05:00
sem.c kernel: semaphore: k_sem_init error checking 2020-01-20 17:19:54 -05:00
smp.c kernel: cleanup and formally define CPU start fn 2020-01-13 16:35:10 -05:00
stack.c
system_work_q.c
thread_abort.c kernel/sched: Move thread suspend and abort under the scheduler lock 2020-01-08 14:21:10 +01:00
thread.c tracing: better positioning of tracing points 2020-01-09 11:21:19 -05:00
timeout.c
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c