nuttx/arch/avr/src/avr32
zhangyuan21 e54b602208 nuttx/sched: remove nxsched_remove_blocked from up_unblock_task
It takes about 10 cycles to obtain the task list according to the task
status. In most cases, we know the task status, so we can directly
delete the task from the specified task list to reduce time consuming.
2022-11-22 15:29:00 +09:00
..
avr32.h arch: inline up_interrupt_context() 2022-05-26 04:36:07 +08:00
Kconfig
Toolchain.defs this flag is meaningless for the linker 2022-06-27 20:03:03 -03:00
up_blocktask.c
up_copystate.c
up_createstack.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
up_doirq.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
up_dumpstate.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
up_exceptions.S
up_fullcontextrestore.S
up_initialstate.c pid_t: unify usage of special task IDs 2022-03-22 21:22:32 +08:00
up_nommuhead.S arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
up_releasepending.c
up_reprioritizertr.c
up_schedulesigaction.c arch: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
up_sigdeliver.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
up_stackframe.c arch: Move STACK_ALIGNMENT definition to up_internal.h 2022-02-28 15:05:41 +08:00
up_switchcontext.S
up_syscall6.S
up_unblocktask.c nuttx/sched: remove nxsched_remove_blocked from up_unblock_task 2022-11-22 15:29:00 +09:00
up_usestack.c