zephyr/include
Peter Mitsis b2fd5be4dc unified: Rework K_THREAD_DEFINE()
K_THREAD_DEFINE() can no longer specify a thread group. However, it now
accepts a 'delay' parameter just as k_thread_spawn() does.

To create a statically defined thread that may belong to one or more thread
groups the new internal _MDEF_THREAD_DEFINE() macro is used. It is only used
for legacy purposes.

Threads can not both have a delayed start AND belong to a thread group.

Jira: ZEP-916
Change-Id: Ia6e59ddcb4fc68f1f60f9c6b0f4f227f161ad1bb
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-10-17 17:52:33 +00:00
..
arch arc: add _ARC_V2_IRQ_TRIGGER inline function 2016-10-07 20:50:25 +00:00
bluetooth Bluetooth: Add well known keys to storage API for legacy pairing 2016-10-16 09:01:28 +03:00
display
drivers unified: Add tickless idle support for x86 and ARM 2016-10-04 20:02:50 +00:00
fs
microkernel kernel: Fix to DEFINE_TASK() macro 2016-10-11 09:54:44 -05:00
misc misc: fix off-by-one error in sys_memcpy_swap's assert 2016-10-15 04:14:43 -04:00
net Revert "net: fetch valid conn. to determine MSS in data_is_sent_and_acked()" 2016-10-14 07:12:06 +00:00
toolchain kernel: Add __unused tag 2016-10-03 20:22:05 +00:00
usb usb: Add Bluetooth class codes definitions 2016-08-10 15:27:35 +00:00
adc.h
aio_comparator.h
atomic.h atomic: fix bug in ATOMIC_INIT() 2016-09-13 17:12:55 -04:00
cache.h
clock_control.h
counter.h
device.h device: Make device_get_binding() const correct 2016-09-29 13:46:43 +00:00
dma.h
eth.h
flash.h
fs.h fs: Fixes some type incompatibilities flagged by llvm 2016-10-04 00:19:22 -07:00
gpio.h trivial: fixed typos 2016-09-17 13:47:36 +00:00
i2c.h i2c: Fix restart flag in burst read 2016-09-07 14:40:20 +00:00
init.h init.h: use a counter when naming system devices 2016-09-23 15:36:29 +00:00
ipm.h ipm.h: fix erroneous edit of documentation 2016-09-14 18:10:48 +00:00
irq.h irq: Add irq_is_enabled external interrupt API 2016-09-20 19:45:12 +00:00
irq_offload.h
kernel.h unified: Rework K_THREAD_DEFINE() 2016-10-17 17:52:33 +00:00
kernel_version.h
legacy.h unified: Rework K_THREAD_DEFINE() 2016-10-17 17:52:33 +00:00
linker-defs.h
linker-tool-gcc.h x86 link: Specify ALIGN_WITH_INPUT for XIP data sections 2016-10-01 01:41:50 +00:00
linker-tool.h
microkernel.h unified: include kernel.h via major top-level header files 2016-09-13 17:12:55 -04:00
nanokernel.h doc: FIFO API uses first 32 bits of data items 2016-10-05 10:07:59 +00:00
pinmux.h
power.h power_mgmt: Reduce complexity in handling of power hooks 2016-10-05 10:05:42 +00:00
pwm.h drivers: pwm_shim: correct api argument inconsistency 2016-08-25 14:24:03 -07:00
rtc.h
section_tags.h
sections.h
sensor.h
shared_irq.h
spi.h drivers: spi: Update comment for spi config parameter 2016-08-10 15:06:23 +00:00
sw_isr_table.h
sys_clock.h
sys_io.h
toolchain.h
uart.h uart.h: fix path to PCI headers 2016-08-12 22:57:57 +00:00
watchdog.h
zephyr.h unified: include kernel.h via major top-level header files 2016-09-13 17:12:55 -04:00