rt-thread-official/src
xiangxistu e61d05ca1a
[fix] the risk for function exit() when open pthread support. (#6229)
* [fix] the risk for function exit() when open pthread support.
* [update] modify annotation from "user data" to "pthread_data".
2022-08-07 23:16:17 -04:00
..
Kconfig modify version to v4.1.1 (#5847) 2022-04-20 15:31:51 +08:00
SConscript 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
clock.c [add] src/clock.c add hook for rt_tick_increase (#5569) 2022-02-13 14:50:51 +08:00
components.c [kernel] Improve code comments. 2021-09-14 21:55:06 +08:00
cpu.c uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
device.c [device.c] fix the comment, add RT_DEBUG_LOG 2022-03-27 23:19:25 -04:00
idle.c [modify] the recycle logic about resource of pthread. 2022-05-18 08:44:30 +08:00
ipc.c [kernel] remove the register keyword (#5888) 2022-04-29 06:34:42 +08:00
irq.c move some __on_rt_xxxxx_hook from rtdef.h to dedicated c soure files 2022-01-07 23:35:44 +00:00
kservice.c Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
mem.c Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
memheap.c [kernel] Revert modifications to the semaphore (#5682) 2022-03-17 14:48:14 +08:00
mempool.c [kernel] remove the register keyword (#5888) 2022-04-29 06:34:42 +08:00
object.c uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
scheduler.c [kernel] rename _rt_scheduler_stack_check as _scheduler_stack_check (#5889) 2022-04-29 06:35:12 +08:00
signal.c uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
slab.c 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
thread.c [fix] the risk for function exit() when open pthread support. (#6229) 2022-08-07 23:16:17 -04:00
timer.c Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00