zephyr/kernel
Peter Mitsis ae394bff7c kernel: add support for event objects
Threads may wait on an event object such that any events posted to
that event object may wake a waiting thread if the posting satisfies
the waiting threads' event conditions.

The configuration option CONFIG_EVENTS is used to control the inclusion
of events in a system as their use increases the size of
'struct k_thread'.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2021-10-16 06:27:10 -04:00
..
include kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY 2021-09-28 20:15:05 -04:00
paging kernel: mmu: z_backing_store* to k_mem_paging_backing_store* 2021-05-28 11:33:22 -04:00
CMakeLists.txt kernel: add support for event objects 2021-10-16 06:27:10 -04:00
Kconfig kernel: add support for event objects 2021-10-16 06:27:10 -04:00
atomic_c.c
banner.c
cache_handlers.c
compiler_stack_protect.c
condvar.c
device.c Revert "device: supported devices visitor API" 2021-09-30 21:37:59 -04:00
errno.c
events.c kernel: add support for event objects 2021-10-16 06:27:10 -04:00
fatal.c
futex.c futex: Avoid unnecessary lock 2021-07-30 20:21:04 -04:00
idle.c
init.c kernel: init: remove empty lcov exclusion 2021-09-06 08:18:15 -04:00
kheap.c kernel: kheap: make init work with demand paging 2021-08-26 21:16:22 -04:00
mailbox.c comments: minor typo fixes 2021-10-05 07:18:13 -04:00
main_weak.c kernel: extract __weak main() into independent file 2021-08-28 08:48:03 -04:00
mem_domain.c
mem_slab.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
mempool.c
mmu.c mmu: fix virt_region_alloc() unused region free when aligned 2021-10-13 06:24:56 -04:00
msg_q.c
mutex.c kernel: Fix negative mutex lock_count value 2021-07-06 19:19:41 -04:00
pipes.c
poll.c comments: minor typo fixes 2021-10-05 07:18:13 -04:00
queue.c
sched.c kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY 2021-09-28 20:15:05 -04:00
sem.c
smp.c soc: intel_adsp/cavs_v25: Add CPU halt and relaunch APIs 2021-09-03 07:19:34 -04:00
stack.c
system_work_q.c
thread.c kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY 2021-09-28 20:15:05 -04:00
timeout.c kernel: fix several typos in a comment in timeout.c 2021-07-23 16:06:54 -04:00
timer.c timer: mask interrupts in timer's timeout handler. 2021-09-29 09:18:12 -04:00
userspace.c kernel: app_smem: allowing pinning memory partitions 2021-08-26 21:16:22 -04:00
userspace_handler.c
version.c
work.c kernel: work_q: use flags_get() in work_delayable_busy_get_locked(). 2021-10-16 06:23:46 -04:00
xip.c linker: align __itcm_load_start / __dtcm_data_load_start linker symbols 2021-08-28 08:48:03 -04:00