Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
22c1228d5bfd842ef34c0692f0b847278a76a01b
/
kernel
/
thread_abort.c
3ed8083
kernel: Cleanup logger setup in kernel files
by Krzysztof Chruscinski
· 4 years, 4 months ago
f5a7e1a
kernel: handle thread self-aborts on idle thread
by Andrew Boie
· 4 years, 6 months ago
ffc1da0
kernel: add z_thread_single_abort to private hdr
by Andrew Boie
· 4 years, 7 months ago
3425c32
kernel: move stuff into z_thread_single_abort()
by Andrew Boie
· 4 years, 7 months ago
282cd93
kernel: don't reschedule thread abort in ISR
by Andrew Boie
· 4 years, 8 months ago
5a2619e
kernel: use z_swap_unlocked in k_thread_abort
by Andrew Boie
· 5 years ago
60be4eb
kernel: remove comment in k_thread_abort()
by Andrew Boie
· 5 years ago
8bdabcc
kernel/sched: Move thread suspend and abort under the scheduler lock
by Andy Ross
· 5 years ago
4f77c2a
kernel: rename z_arch_ to arch_
by Andrew Boie
· 5 years ago
e1ec59f
kernel: renamespace z_is_in_isr()
by Andrew Boie
· 6 years ago
6564974
userspace: Support for split 64 bit arguments
by Andy Ross
· 6 years ago
5eb90ec
cleanup: include/: move misc/__assert.h to sys/__assert.h
by Anas Nashif
· 6 years ago
8447363
kernel/thread_abort: Swap, don't reschedule when aborting _current
by Andy Ross
· 6 years ago
24d7143
all: Add 'U' suffix when using unsigned variables
by Patrik Flykt
· 6 years ago
4344e27
all: Update reserved function names
by Patrik Flykt
· 6 years ago
f6521a3
kernel/thread_abort: Remove needless locking
by Andy Ross
· 6 years ago
ec554f4
kernel: Split reschdule & pend into irq/spin lock versions
by Andy Ross
· 6 years ago
53cae5f
kernel: Use _reschedule() instead of _Swap() where possible
by Andy Ross
· 6 years ago
d8837c6
kernel: Using boolean expression on ASSERT macros
by Flavio Ceolin
· 7 years ago
5884c7f
kernel: Explicitly ignoring _Swap return
by Flavio Ceolin
· 7 years ago
8345e5e
syscalls: remove policy from handler checks
by Andrew Boie
· 7 years ago
15cb5d7
kernel: Further unify _reschedule APIs
by Andy Ross
· 7 years ago
8606fab
kernel: Scheduler refactoring: use _reschedule_*() always
by Andy Ross
· 7 years ago
e922df5
kernel: Allow k_thread_abort(_current) from ISRs
by Andy Ross
· 7 years ago
245b54e
kernel/include: Missed nano_internal.h -> kernel_internal.h spots
by Andy Ross
· 7 years ago
9c62cc6
kernel: Add kswap.h header to unbreak cycles
by Andy Ross
· 7 years ago
301acb8
kernel: include: rename nano_internal.h to kernel_internal.h
by Ramakrishna Pallala
· 7 years ago
6f99bdb
kernel: Provide only one _SYSCALL_HANDLER() macro
by Leandro Pereira
· 7 years ago
225e4c0
kernel: greatly simplify syscall handlers
by Andrew Boie
· 7 years ago
37ff5a9
kernel: system call handler cleanup
by Andrew Boie
· 7 years ago
468190a
kernel: convert most thread APIs to system calls
by Andrew Boie
· 7 years ago
8eaff5d
k_thread_abort(): assert if abort essential thread
by Andrew Boie
· 8 years ago
397d29d
linker: move all linker headers to include/linker
by Anas Nashif
· 8 years ago
306e15e
kernel: remove legacy kernel support
by Anas Nashif
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
d687a95
kernel: move kernel code to kernel/ directly
by Anas Nashif
· 8 years ago
[Renamed from kernel/unified/thread_abort.c]
cef368f
kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORT
by Benjamin Walsh
· 8 years ago
f6ca7de
kernel/arch: consolidate tTCS and TNANO definitions
by Benjamin Walsh
· 8 years ago
4aef71b
unified: Finish adding thread monitoring support
by Allan Stephens
· 8 years ago
e262615
unified: Remove k_thread_abort_handler() support
by Allan Stephens
· 8 years ago
b4b108d
unified: rename sched.h to ksched.h
by Benjamin Walsh
· 8 years ago
b7ef0cb
unified: remove last instances of struct tcs
by Benjamin Walsh
· 8 years ago
456c6da
unified: initial unified kernel implementation
by Benjamin Walsh
· 9 years ago