rt-thread-official/src
bernard a1766b6c71 Add WEAK definition; 2014-06-26 14:47:53 +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 device: only increase the ref_count when device is truly opened 2014-06-18 11:16:21 +08:00
idle.c kernel: let rt_thread_idle_excute loop until there is no dead thread 2013-12-21 11:31:40 +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 Add WEAK definition; 2014-06-26 14:47:53 +08:00
mem.c Embedded GPLv2 license. 2013-06-24 17:06:09 +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 [mempool] reset the thread->error before suspending thread 2014-04-16 10:59:33 +08:00
module.c [Kernel] Change command line to const parameter and add system() function. 2014-04-02 14:05:15 +08:00
module.h Embedded GPLv2 license. 2013-06-24 17:06:09 +08:00
object.c Embedded GPLv2 license. 2013-06-24 17:06:09 +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: fix compiling bug in d59aa279c3 2013-10-19 21:07:14 +08:00