Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Ramesh Thomas 0b3322ecae kernel: tickless: Add function to check if list contains multiple nodes
Scheduler needs to do time slicing only if there are multiple threads
active with the same priority. This function checks if the list has
more than one node. This would be used to check the list containing
threads with same priority for multiple nodes.

Jira: ZEP-339
Change-Id: I8c7daf77a6540c642ce58a3763b26cd1e06ddc30
Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2017-04-27 13:46:25 +00:00
.known-issues net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
arch arch: Moved atmel_sam3 to atmel_sam3x. 2017-04-26 21:36:01 +00:00
boards doc: fix broken :ref: link 2017-04-26 19:04:44 +00:00
doc doc: fix typo in shell doc 2017-04-26 11:15:25 -07:00
drivers drivers/crypto: Fix a memory leak in tc shim driver 2017-04-27 13:06:34 +00:00
dts arm: dts: Add DTS support for NRF52832 SoC 2017-04-14 05:56:54 -05:00
ext debug: Add SEGGER SystemView libraries 2017-04-25 02:16:37 +00:00
include kernel: tickless: Add function to check if list contains multiple nodes 2017-04-27 13:46:25 +00:00
kernel kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
lib lib: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00
misc printk: add vprintk() 2017-04-22 14:29:33 +00:00
samples samples/crypto: Use sys_log properly 2017-04-27 13:06:35 +00:00
scripts scripts: openocd.sh: Honour V=1 2017-04-27 13:01:08 +00:00
subsys kernel: event_logger: convert to using newly introduced integer sized types 2017-04-25 22:09:12 +00:00
tests kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
.checkpatch.conf checkpatch: update checkpatch to warn about C99 type usage 2017-04-21 17:24:04 +00:00
.gitattributes
.gitignore doc: tweak .gitignore to allow doc theme dev 2017-02-23 13:20:04 +00:00
.gitlint scripts: add gitlint to check for validity of commit messages 2017-04-25 22:48:24 +00:00
.gitreview
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
Kbuild build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.zephyr license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
LICENSE
MAINTAINERS MAINTAINERS: remove references to legacy headers 2017-04-20 14:11:16 +00:00
Makefile build: support building host tools 2017-04-25 22:48:23 +00:00
Makefile.inc build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
zephyr-env.sh zephyr-env.sh: only reset scripts_path on Windows 2017-03-31 15:42:31 -04:00