Bernard Xiong 0548b3af6f Merge pull request #3203 from jesven/fix_thread_exit 5 years ago
..
Kconfig 71311b73ae [Kernel] Fix the wrong indentation 5 years ago
SConscript 5cd6509296 [Kernel] cleanup code of spinlock in SMP Kernel 5 years ago
clock.c e03ac83ad3 将yield状态置于tcb的stat位域中 5 years ago
components.c e7cb38c9c3 [src]解除组件初始化与使用user main的依赖 5 years ago
cpu.c 71311b73ae [Kernel] Fix the wrong indentation 5 years ago
device.c ff08faf605 [Kernel] Adjust the copyright information 6 years ago
idle.c d16d78c53e fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE" 5 years ago
ipc.c 255825835e [kernel][ipc] 修复创建0长度的消息队列宕机问题 5 years ago
irq.c df3a9e573f [src][irq] 添加 WEAK 修饰,中断嵌套数可由外部提供。 6 years ago
kservice.c d8eb0cfc1e fix kernel and framework no cast type error 6 years ago
mem.c 7383269905 [Kernel] Code cleanup for compiling warning. 6 years ago
memheap.c 1f37de29c4 Fix the value width issue under 32/64 bit arch. 6 years ago
mempool.c ae7a33c27c Merge pull request #3077 from jesven/fix_mempool 5 years ago
object.c 3463a756d9 [kernel] skip warning when disable debug. 6 years ago
scheduler.c 69e8c0324e Merge pull request #3199 from BernardXiong/fix_signal_issue 5 years ago
signal.c 057c7da3a3 修改signal模块默认log级别 6 years ago
slab.c 163772fb67 fix slab at 64bits CPU 6 years ago
thread.c 88b552276b 修正在多核时,运行在另外核上的idle任务有可能会插在rt_thread_exit调用rt_schedule之前释放其资源的问题 5 years ago
timer.c de624c52c1 [Kernel] Enable RUNNING status in thread. 6 years ago