zephyr/kernel/unified
Benjamin Walsh 31a3f6a70e unified: rename 'events' to 'alerts'
Event is such an overloaded and generic term (event logger, *kernel*
event logger, "protocol" events in other subsystems, etc.), that it is
confusing for the name an object. Events are kinda like signals, but not
exactly, so we chose not to name them 'signals' to prevent further
confusion. "Alerts" felt like a good fit, since they are used to "alert"
an application that something of significance should be addressed and
because an "alert handler" can be proactively registered with an alert.

Change-Id: Ibfeb5eaf0e6e62702ac3fec281d17f8a63145fa1
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-10-28 18:44:18 +00:00
..
include kernel: Revise thread monitoring exit API naming 2016-10-26 17:03:12 +00:00
alert.c unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
atomic_c.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
compiler_stack_protect.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
device.c device_pm: Update control function name and doc to indicate PM specific 2016-10-21 23:32:52 +00:00
errno.c unified: do not compile out _k_neg_eagain when !CONFIG_ERRNO 2016-10-10 21:27:42 +00:00
event_logger.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
fifo.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
idle.c power_mgmt: Update changes in k_idle.c missing in idle.c 2016-10-27 21:18:43 +00:00
init.c unified: add kconfig option for idle thread stack size 2016-10-26 20:42:11 +00:00
int_latency_bench.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
Kconfig unified/arc: Fix scheduler algorithm bug 2016-10-28 17:46:54 +00:00
kernel_event_logger.c unified: remove mention of 'fiber' in kernel_event_logger 2016-10-26 23:38:14 +00:00
legacy_offload.c unified: Eliminate thread config structure used by work queues 2016-10-25 00:10:34 +00:00
legacy_timer.c unified: Eliminate kernel's 'legacy' directory 2016-10-21 15:33:30 +00:00
lifo.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
mailbox.c unified: Relocate mailbox doxygen style function headers 2016-10-15 07:41:23 +00:00
Makefile unified: rename 'events' to 'alerts' 2016-10-28 18:44:18 +00:00
mem_pool.c unified: Support heap memory pool 2016-10-25 00:10:34 +00:00
mem_slab.c unified: rename 'memory maps' to 'memory slabs' 2016-10-28 18:44:18 +00:00
msg_q.c unified: msgqs to use size_t 2016-10-20 15:20:40 -04:00
mutex.c unified: remove last instances of struct tcs 2016-10-10 21:27:38 +00:00
pipes.c unified: Tweak pipe API parameters 2016-10-15 07:09:58 +00:00
sched.c unified: Ensure delays do not time out prematurely 2016-10-21 15:33:29 +00:00
sem.c unified: add _sem_give_non_preemptible() 2016-10-26 23:37:59 +00:00
stack.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
sys_clock.c unified: merge NANO_TIMERS and NANO_TIMEOUTS with SYS_CLOCK_EXISTS 2016-10-10 21:27:41 +00:00
thread_abort.c unified: Finish adding thread monitoring support 2016-10-26 17:03:13 +00:00
thread.c kernel: merge _IS_IN_ISR() with _is_in_isr() 2016-10-27 21:45:03 +00:00
timer.c unified: Ensure delays do not time out prematurely 2016-10-21 15:33:29 +00:00
version.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
work_q.c unified: Eliminate thread config structure used by work queues 2016-10-25 00:10:34 +00:00