zephyr/kernel
Peter Mitsis 8c48665868 kernel: Remove k_thread_priority_set() restriction
Removes the ISR restriction from k_thread_priority_set().
Since the first commit, the routine k_thread_priority_set() has
had a restriction preventing it from being called from within
the context of an ISR. As there does not (any longer) appear to
be a reason why the restriction exists, it is being removed.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-08-02 03:29:55 -04:00
..
include kernel: Remove z_sched_abort() prototype 2024-07-27 10:47:41 +03:00
paging
atomic_c.c
banner.c
busy_wait.c
CMakeLists.txt lib c/cpp: Move .ctor .init_array handling from C++ to kernel 2024-06-25 19:14:37 -04:00
compiler_stack_protect.c kernel: Unified type of stack protection canary __stack_chk_guard. 2024-06-14 19:26:27 +02:00
condvar.c
cpu_mask.c
device.c device: remove const qualifier from node label copy 2024-07-27 15:09:10 +03:00
dynamic_disabled.c
dynamic.c kernel: fix typo 2024-07-08 15:51:37 +02:00
errno.c
events.c
fatal.c
float.c
futex.c
idle.c
init_static.c lib c/cpp: Move .ctor .init_array handling from C++ to kernel 2024-06-25 19:14:37 -04:00
init.c lib c/cpp: Move .ctor .init_array handling from C++ to kernel 2024-06-25 19:14:37 -04:00
ipi.c
irq_offload.c
Kconfig kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.device libc: common: Fix init hang issue 2024-06-26 13:07:02 -04:00
Kconfig.mem_domain kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.obj_core
Kconfig.smp kernel: fix typo 2024-07-08 15:51:37 +02:00
Kconfig.vm
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c kernel: fix typo 2024-07-08 15:51:37 +02:00
msg_q.c
mutex.c
nothread.c
obj_core.c kernel: reduce k_spin_unlock calls using if-else if-else structure 2024-07-27 20:48:07 +03:00
pipes.c
poll.c
priority_queues.c
queue.c
sched.c kernel: Remove k_thread_priority_set() restriction 2024-08-02 03:29:55 -04:00
sem.c
smp.c
spinlock_validate.c
stack.c
system_work_q.c
thread_monitor.c kernel: thread: Add k_thread_foreach_filter_by_cpu() and unlocked version 2024-07-30 18:25:40 +01:00
thread.c kernel: thread: Add k_thread_runtime_stats_cpu_get() 2024-07-30 18:25:40 +01:00
timeout.c kernel: fix typo 2024-07-08 15:51:37 +02:00
timer.c
timeslicing.c
usage.c
userspace_handler.c
userspace.c everywhere: replace double words 2024-06-25 06:05:35 -04:00
version.c
work.c
xip.c