zephyr/kernel
Piotr Zięcik 1c4177d10f kernel: Separate k_poll() infrastructure and implementation
This commit separates k_poll() infrastructure from k_poll() API
implementation, allowing other (future) API calls to use the same
framework.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2019-10-04 17:15:17 +02:00
..
include kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c kernel: Fix gcc-9.2 warning with _StackCheckHandler 2019-10-04 05:22:30 -07:00
device.c
errno.c
fatal.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
futex.c
idle.c
init.c logging: abstract log_core_init() 2019-10-01 09:24:02 -04:00
Kconfig
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c kernel: Separate k_poll() infrastructure and implementation 2019-10-04 17:15:17 +02:00
queue.c
sched.c
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
timeout.c
timer.c
userspace_handler.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
userspace.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
version.c
work_q.c