zephyr/kernel
Flavio Ceolin 6e02f02464 kernel: Fix k_thread_name_get signature
k_thread_name_get has inconsistent signature. In the function
declaration it uses k_tid_t but in the implementation it is using
struct k_thread *. Change the implementation to use k_tid_t.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-30 17:34:45 -04:00
..
include kernel: random: Rename early random get function 2023-10-13 10:03:53 +03:00
paging
atomic_c.c
banner.c
busy_wait.c
CMakeLists.txt
compiler_stack_protect.c
condvar.c
device.c
dynamic_disabled.c
dynamic.c
errno.c
events.c
fatal.c
futex.c
idle.c
init.c kernel: init: Build constant in early random generator 2023-10-13 10:03:53 +03:00
Kconfig hostap: Move the relevant config options away from hostap 2023-10-26 09:48:47 +02:00
Kconfig.vm mm: introduce CONFIG_KERNEL_VM_USE_CUSTOM_MEM_RANGE_CHECK 2023-10-20 15:08:34 +02:00
kheap.c
mailbox.c kernel: Remove legacy mem block from mailbox 2023-10-13 09:56:02 +03:00
main_weak.c
mem_domain.c
mem_slab.c kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
mempool.c
mmu.c kernel: mmu: Fix possible null de-reference 2023-10-30 09:23:23 -04:00
msg_q.c
mutex.c
obj_core.c kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
pipes.c
poll.c
queue.c
sched.c kernel: move sched_priq.h to internal/ folder 2023-09-30 18:43:28 +02:00
sem.c
smp.c
stack.c
system_work_q.c
thread.c kernel: Fix k_thread_name_get signature 2023-10-30 17:34:45 -04:00
timeout.c
timer.c kernel: timer: Fix race condition in k_timer_start 2023-10-23 12:10:06 +02:00
usage.c kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
userspace_handler.c
userspace.c
version.c
work.c kernel: work: check handler when submit to queue 2023-10-05 13:43:07 +01:00
xip.c