zephyr/kernel
Peter Bigot d1affd9118 kernel: default to new work API implementation
Switch the default and clean up some test workarounds.  This will enable
final conversions necessary to transition to the new API.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-03-03 20:06:00 -05:00
..
include kernel: add private scheduler APIs 2021-03-03 20:06:00 -05:00
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt kernel: add new work queue implementation 2021-03-03 20:06:00 -05:00
compiler_stack_protect.c
condvar.c kernel: fix race conditions with z_ready_thread 2021-03-03 13:54:47 -05:00
device.c device: store device pm busy status in the state structure 2021-02-19 10:11: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 kernel: Remove abort and join implementation (UNBISECTABLE) 2021-02-24 16:39:15 -05:00
init.c device: perform dynamic device initialization during system startup 2021-02-19 10:11:20 -05:00
Kconfig kernel: default to new work API implementation 2021-03-03 20:06:00 -05:00
kheap.c
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c kernel: mmu: Fix trivial typos 2021-02-04 14:00:36 -05:00
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: add private scheduler APIs 2021-03-03 20:06:00 -05:00
sem.c
smp.c
stack.c kernel: fix race conditions with z_ready_thread 2021-03-03 13:54:47 -05:00
system_work_q.c kernel: add new work queue implementation 2021-03-03 20:06:00 -05:00
thread.c kernel: Add new k_thread_abort()/k_thread_join() 2021-02-24 16:39:15 -05:00
timeout.c kernel/timeout: Correctly clamp z_clock_set_timeout() argument 2021-02-24 16:39:15 -05:00
timer.c kernel: fix race conditions with z_ready_thread 2021-03-03 13:54:47 -05:00
userspace_handler.c
userspace.c
version.c
work_q.c
work.c kernel: add new work queue implementation 2021-03-03 20:06:00 -05:00
xip.c