zephyr/kernel
Chen Peng1 0f63d1135c cmsis_rtos_v1: fix thread instances management.
add a bitarray into struct osThreadDef_t to indicate whether the
thread is used or not, then we can get the first available thread
by searching this array when creating a new thread, and update this
array to add a free thread when terminating a thread.

Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
2021-09-09 12:01:06 -04:00
..
include kernel: add -ENOTSUP doc to arch_float_en-/dis-able() 2021-09-03 10:00:02 -04:00
paging
CMakeLists.txt kernel: extract __weak main() into independent file 2021-08-28 08:48:03 -04:00
Kconfig kernel: drop unused priority related definitions 2021-08-17 17:52:17 -04:00
atomic_c.c
banner.c
cache_handlers.c
compiler_stack_protect.c
condvar.c
device.c pm: fully initialize pm_device on Z_DEVICE_STATE_DEFINE 2021-08-27 09:06:51 -04:00
errno.c
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
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 kernel: demand_paging: allow reserving page frames 2021-08-26 21:16:22 -04:00
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c cmsis_rtos_v1: fix thread instances management. 2021-09-09 12:01:06 -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 toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
timeout.c
timer.c
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: Add an init function 2021-08-25 22:07:04 -04:00
xip.c linker: align __itcm_load_start / __dtcm_data_load_start linker symbols 2021-08-28 08:48:03 -04:00