zephyr/kernel
Piotr Zięcik 19d8349aa5 kernel: Introduce k_work_poll
This commit adds new k_work_poll interface. It allows to
submit given work to a workqueue automatically when one of the
watched pollable objects changes its state.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
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: Introduce k_work_poll 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