zephyr/kernel
Kumar Gala 3a6598054a kernel: remove deprecated mem domain APIs
Remove k_mem_domain_destroy and k_mem_domain_remove_thread as they've
been deprecated for at least 2 releases now.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-17 13:49:36 -05:00
..
include kernel: smp: Remove unused internal API z_smp_reacquire_global_lock() 2021-03-14 18:32:26 -04:00
CMakeLists.txt kernel: remove old work queue implementation 2021-03-03 20:06:00 -05:00
Kconfig arch/xtensa: Inline atomics 2021-03-08 11:14:27 -05:00
atomic_c.c
banner.c
cache_handlers.c
compiler_stack_protect.c
condvar.c kernel: fix race conditions with z_ready_thread 2021-03-03 13:54:47 -05:00
device.c kernel: Add missing verification for device_usable_check() system call 2021-03-15 10:45:20 -05:00
errno.c
fatal.c
futex.c kernel: fix race conditions with z_ready_thread 2021-03-03 13:54:47 -05:00
idle.c idle: Remove weak function 2021-03-07 07:59:53 -05:00
init.c device: perform dynamic device initialization during system startup 2021-02-19 10:11:20 -05:00
kheap.c
mailbox.c
mem_domain.c kernel: remove deprecated mem domain APIs 2021-03-17 13:49:36 -05:00
mem_slab.c
mempool.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c kernel: sched: change to 3-way thread priority comparison 2021-03-02 14:27:14 -05:00
queue.c
sched.c kernel/sched: only send IPI to abort thread if hardware supports it 2021-03-10 14:27:33 -05:00
sem.c kernel: sem: handle resets with outstanding waiting threads 2021-03-06 07:39:43 -05:00
smp.c kernel: smp: Remove unused internal API z_smp_reacquire_global_lock() 2021-03-14 18:32:26 -04:00
stack.c kernel: fix race conditions with z_ready_thread 2021-03-03 13:54:47 -05:00
system_work_q.c kernel: remove old work queue implementation 2021-03-03 20:06:00 -05:00
thread.c kernel: fix TOCTTOU issue in k_thread_name_set 2021-03-08 19:27:23 -05:00
timeout.c kernel/timeout: Correctly clamp z_clock_set_timeout() argument 2021-02-24 16:39:15 -05:00
timer.c kernel: timer: Fix incorrect behavior for timers with K_FOREVER period 2021-03-07 08:00:08 -05:00
userspace.c
userspace_handler.c
version.c
work.c kernel: add new work queue implementation 2021-03-03 20:06:00 -05:00
xip.c