mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 14:51:57 +00:00
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> |
||
|---|---|---|
| .. | ||
| include | ||
| paging | ||
| atomic_c.c | ||
| banner.c | ||
| busy_wait.c | ||
| CMakeLists.txt | ||
| compiler_stack_protect.c | ||
| condvar.c | ||
| cpu_mask.c | ||
| device.c | ||
| dynamic_disabled.c | ||
| dynamic.c | ||
| errno.c | ||
| events.c | ||
| fatal.c | ||
| float.c | ||
| futex.c | ||
| idle.c | ||
| init_static.c | ||
| init.c | ||
| ipi.c | ||
| irq_offload.c | ||
| Kconfig | ||
| Kconfig.device | ||
| Kconfig.mem_domain | ||
| Kconfig.obj_core | ||
| Kconfig.smp | ||
| Kconfig.vm | ||
| kheap.c | ||
| mailbox.c | ||
| main_weak.c | ||
| mem_domain.c | ||
| mem_slab.c | ||
| mempool.c | ||
| mmu.c | ||
| msg_q.c | ||
| mutex.c | ||
| nothread.c | ||
| obj_core.c | ||
| pipes.c | ||
| poll.c | ||
| priority_queues.c | ||
| queue.c | ||
| sched.c | ||
| sem.c | ||
| smp.c | ||
| spinlock_validate.c | ||
| stack.c | ||
| system_work_q.c | ||
| thread_monitor.c | ||
| thread.c | ||
| timeout.c | ||
| timer.c | ||
| timeslicing.c | ||
| usage.c | ||
| userspace_handler.c | ||
| userspace.c | ||
| version.c | ||
| work.c | ||
| xip.c | ||