zephyr/kernel
Andrew Boie a594ca7c8f kernel: cleanup and formally define CPU start fn
The "key" parameter is legacy, remove it.

Add a typedef for the expected function pointer type.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-01-13 16:35:10 -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 kernel: move test of kernel startup state to more visible location 2020-01-06 13:55:31 -05:00
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: Remove '# hidden' comment on ARCH_HAS_CUSTOM_BUSY_WAIT 2020-01-06 13:34:00 -05:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: fix k_mem_partition data types 2019-12-12 14:48:42 -08:00
mem_slab.c
mempool.c
msg_q.c
mutex.c kernel/mutex: code improvement 2020-01-07 17:13:37 +01:00
pipes.c
poll.c kernel: poll: Allow 0 event input 2020-01-03 11:26:46 -08:00
queue.c
sched.c tracing: better positioning of tracing points 2020-01-09 11:21:19 -05:00
sem.c
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 kernel: use 'thread' for thread variable consistently 2019-12-21 19:57:57 -05:00
version.c
work_q.c