rt-thread-official/src
Grissiom 8615e2c8e5 kernel/timer: change row_lvl to unsigned
Use signed int as array index is unsecure.
2014-10-14 16:00:42 +08:00
..
SConscript Add RT_USING_MEMHEAP_AS_HEAP feature: system can use "heap" memheap as system default memory heap. 2012-12-29 12:29:03 +00:00
clock.c Embedded GPLv2 license. 2013-06-24 17:06:09 +08:00
device.c Update device.c 2014-09-19 14:29:03 +08:00
idle.c Merge branch 'master' of https://github.com/RT-Thread/rt-thread 2014-09-11 12:55:18 +08:00
ipc.c kernel: mutex could only be released in thread context 2013-10-14 09:50:18 +08:00
irq.c Embedded GPLv2 license. 2013-06-24 17:06:09 +08:00
kservice.c [Kernel] Use stream mode to open console device. 2014-09-11 12:54:05 +08:00
mem.c [Kernel] comments clean up. 2014-09-11 12:51:52 +08:00
memheap.c memheap: dont alloc/memcpy when there is next node is enough for realloc 2013-07-15 11:47:55 +08:00
mempool.c kernel: mempool: fix race condition in rt_mp_alloc 2014-08-20 10:16:04 +08:00
module.c [Kernel] Better documentation for doxygen. 2014-07-21 06:29:15 +08:00
module.h fix:comment spelling mistake 2014-08-24 23:46:31 +08:00
object.c [Kernel] The rt_object_find routine can support to find an object inside a module. The usage is: rt_object_find("module_name/object_name"). 2014-07-21 06:28:43 +08:00
scheduler.c kernel: add rt_critical_level that return the lock count of scheduler 2013-12-21 11:27:26 +08:00
slab.c Embedded GPLv2 license. 2013-06-24 17:06:09 +08:00
thread.c [Kernel] stop thread timer when suspend a thread 2014-03-11 14:19:24 +08:00
timer.c kernel/timer: change row_lvl to unsigned 2014-10-14 16:00:42 +08:00